in reply to Re^3: $VERSION in module files
in thread $VERSION in module files

perl-reversion works for me. It changed both our $VERSION and POD versions. Worrying thing is that it scanned bash files too... (just tried inserting a VERSION=0.21 in a bash script and perl-reversion bumped that version too. Definetely good to know but perhaps a bit dangerous.)

Replies are listed 'Best First'.
Re^5: $VERSION in module files
by tobyink (Canon) on Mar 28, 2020 at 14:49 UTC

    You can give it a list of files and directories to limit what it scans. Hopefully if you do perl-reversion --bump bin/*.pl lib it'll only be finding Perl files.