Re: Make sure all the modules have the same version number in a distribution

2013-02-19 Thread Aristotle Pagaltzis
* Dominique Dumont [2013-02-16 09:45]: > As Perl module developer, I'm guilty as charged: I haven't found > a practical way to change $VERSION when a file has actually changed > :-/ Nor should you. One day I’ll write that article, one day… -- *AUTOLOAD=*_;sub _{s/::([^:]*)$/print$1,(",$\/"," ")

Re: Make sure all the modules have the same version number in a distribution

2013-02-19 Thread Yanick Champoux
On 13-02-19 08:30 AM, Aristotle Pagaltzis wrote: One day I’ll write that article, one day… You know how they say there is no time like the present... :-) Do it! `/anick