version=3
# convert 3-digit minir versions to 5-digits to cope with the fact
# that upstream released 0.037 after 0.03603
# variable look behind doesn't work with older perl versions
# opts="uversionmangle=s/(?<=^\d+\.\d\d\d)$/00/" http://search.cpan.org/dist/SVN-Notify-Mirror/ .*/SVN-Notify-Mirror-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
opts="uversionmangle=s/^(\d+\.\d\d\d)$/${1}00/" \
http://search.cpan.org/dist/SVN-Notify-Mirror/ .*/SVN-Notify-Mirror-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
|