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-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to