in reply to Re: A few problems with new Dist::Zilla (from 2.x to 4.x)
in thread A few problems with new Dist::Zilla (from 2.x to 4.x)

Thanks for the answers.

If you use PodWeaver and add 'package main' to all bin/* files, how do you avoid creating '=head1 NAME main' for all the files?

(Should perhaps ask in irc, but got to go offline now...)

  • Comment on Re^2: A few problems with new Dist::Zilla (from 2.x to 4.x)

Replies are listed 'Best First'.
Re^3: A few problems with new Dist::Zilla (from 2.x to 4.x)
by rjbs (Pilgrim) on Oct 04, 2010 at 23:18 UTC
    I don't actually use "main," I give them names that match the program name, or are very close. For example, I believe that the "cronjob" program in App::Cronjob has "package cronjob"
    rjbs