Perl modules and epic perl
------_=_NextPart_001_01CBB8A4.4E593BA6
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
So my initial search has shown not too much information. However I am
curious how others do this. I want to use my Eclipse IDE to create Perl
Modules. Is there a way to do this? Or do I simply have to use the h2xs
command then import the files to Eclipse afterwards?
Thanks
-Dave
------_=_NextPart_001_01CBB8A4.4E593BA6--
Re: Perl modules and epic perl
Hi Dave,
On Thursday 20 Jan 2011 15:16:53 DiGregorio, Dave wrote:
> So my initial search has shown not too much information. However I am
> curious how others do this. I want to use my Eclipse IDE to create Perl
> Modules. Is there a way to do this? Or do I simply have to use the h2xs
> command then import the files to Eclipse afterwards?
Do you mean Perl .pm module files or CPAN-like Perl distributions? In case of
the former, just edit a .pm file and add package as well as use strict; / use
warnings; / etc. at the top. If, however, you want to create a CPAN-like Perl
distribution, then module-starter ( http://search.cpan.org/dist/Module-
Starter/ ) or http://search.cpan.org/dist/Dist-Zilla/ would be preferable over
h2xs.
I don't know a lot about EPIC, but I know it's been unmaintained since 2007 or
so.
Regards,
Shlomi Fish
--
------------------------------------------------------------ -----
Shlomi Fish http://www.shlomifish.org/
Optimising Code for Speed - http://shlom.in/optimise
Chuck Norris can make the statement "This statement is false" a true one.
Please reply to list if it's a mailing list post - http://shlom.in/reply .
--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Re: Perl modules and epic perl
On 20 January 2011 08:45, Shlomi Fish <shlomif [at] iglu.org.il> wrote:
> I don't know a lot about EPIC, but I know it's been unmaintained since 2007 or
> so.
While I didn't see much happening in CVS, the maintainer is still
active on the forums. His last post was 4 days ago. EPIC seems to be
working fine (but I haven't used it all that much yet).
--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
RE: Perl modules and epic perl
Thanks for the help, both of you! And I was initially using the h2xs but
tried the Module-Starter instead and it works well. I just imported it
into Eclipse and all is good.
Thanks again!!
DRD
-----Original Message-----
From: Hilco Wijbenga [mailto:hilco.wijbenga [at] gmail.com]
Sent: Thursday, January 20, 2011 1:19 PM
To: Shlomi Fish
Cc: beginners [at] perl.org; DiGregorio, Dave
Subject: Re: Perl modules and epic perl
On 20 January 2011 08:45, Shlomi Fish <shlomif [at] iglu.org.il> wrote:
> I don't know a lot about EPIC, but I know it's been unmaintained since
2007 or
> so.
While I didn't see much happening in CVS, the maintainer is still
active on the forums. His last post was 4 days ago. EPIC seems to be
working fine (but I haven't used it all that much yet).
--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/