Closed dlc closed 9 years ago
Create a way, from Makefile.PL, to ensure the version numbers in each module and doc are up-to-date.
Makefile.PL
VER=`grep 'VERSION' Makefile.PL | awk '{ print $NF }'` find . \( -type f -a \( -name \*.pod -o -name \*.pm \) \) -exec sed -i -e 's/...//'
Script is called update-versions.
update-versions
Create a way, from
Makefile.PL
, to ensure the version numbers in each module and doc are up-to-date.