in reply to Re^3: cpan smokers, PREREQ_PM, and PDL dependency (perl-reversion)
in thread cpan smokers, PREREQ_PM, and PDL dependency
I'll test it out, and if it works, I might upload it to RT. Yeah, I'm wondering if use_ok adds any value myself. I thought this was the standard way to test the VERSION variable. Is there another standard way?sub version_re_test { my $ver_re = shift; return qr{ ^ ( .*? use_ok .*? ) $ver_re ( .* \s*) \z }x; }
|
|---|