View Single Post
  #1 (permalink)  
Old 04-03-2012, 12:10 AM
kinow
Guest
 
Posts: n/a
Default New module name (Eclipse::PHPMe)

Hi all!

I wrote a Perl utility to turn an ordinary directory into an Eclipse
PHP project. I'm new to CPAN and Perl, so I have few questions:

- Is CPAN the right place for it? It's only a script (referenced in
EXE_FILES in Makefile.PL). I intend to use this script as I'm always
importing different PHP projects in Eclipse and it can be handy
- I've looked for the Eclipse namespace in CPAN, searching for Eclipse
with the filter set to 'Module', and found nothing. Is Eclipse::PHPMe
a good name?

The code is at https://github.com/kinow/eclipse_phpme

Thank you in advance :-)

Bruno
Reply With Quote