in reply to Re^3: Upload a new application
in thread Upload a new application

Is this your personal opinion, or did I miss a rule in the guidelines for uploading modules to PAUSE?

Extensions are nice since they give a hint (to the computer and to the user) about the file type. I like clarity. That's my personal opinion.

BTW, on Windows with ActivePerl the command Build install creates a batch script for each newly installed script. So the user has the choice between foo.pl, foo.bat, and foo to start foo.pl.

Replies are listed 'Best First'.
Re^5: Upload a new application
by tobyink (Canon) on Dec 12, 2013 at 17:16 UTC

    There is certainly no rule, but it's a preference I've seen widely expressed, for example in the documentation for Module::Install.

    use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name