We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5db3a commit 8a3f88fCopy full SHA for 8a3f88f
dist/Devel-PPPort/Makefile.PL
@@ -71,7 +71,7 @@ sub configure
71
my $version;
72
my $line;
73
while ($line = <FH>) {
74
- ($version) = $line =~ /^\$VERSION = '([\d.]+)';$/ and last;
+ ($version) = $line =~ /^\$VERSION = '([\d.]+(_\d+)?)';$/ and last;
75
};
76
die 'failed to extract $VERSION from PPPort_pm.PL' if not $version;
77
close FH;
0 commit comments