in reply to Re^3: cpan smokers, PREREQ_PM, and PDL dependency (perl-reversion)
in thread cpan smokers, PREREQ_PM, and PDL dependency

Thanks for the reply. I looked at other open patches, and I think I created one for myself:
sub version_re_test { my $ver_re = shift; return qr{ ^ ( .*? use_ok .*? ) $ver_re ( .* \s*) \z }x; }
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?
  • Comment on Re^4: cpan smokers, PREREQ_PM, and PDL dependency (perl-reversion)
  • Download Code