dlc / sevenroot-feedparser

Create a generic parser for RSS and Atom feeds, in the vein of Python's Universal Feed Parser.
GNU General Public License v3.0
0 stars 0 forks source link

Create a way to auto-update the version in each module #13

Closed dlc closed 9 years ago

dlc commented 9 years ago

Create a way, from Makefile.PL, to ensure the version numbers in each module and doc are up-to-date.

VER=`grep 'VERSION' Makefile.PL | awk '{ print $NF }'`
find . \( -type f -a \( -name \*.pod -o -name \*.pm \) \) -exec sed -i -e 's/...//'
dlc commented 9 years ago

Script is called update-versions.