Skip to content

Commit 8a3f88f

Browse files
committed
Adjust Makefile.PL for devel versions
(cherry picked from commit 494fc7f6c6b46dd46315bb4d5f8a11d8783e19c6) Signed-off-by: Nicolas R <atoomic@cpan.org>
1 parent bc5db3a commit 8a3f88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/Devel-PPPort/Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ sub configure
7171
my $version;
7272
my $line;
7373
while ($line = <FH>) {
74-
($version) = $line =~ /^\$VERSION = '([\d.]+)';$/ and last;
74+
($version) = $line =~ /^\$VERSION = '([\d.]+(_\d+)?)';$/ and last;
7575
};
7676
die 'failed to extract $VERSION from PPPort_pm.PL' if not $version;
7777
close FH;

0 commit comments

Comments
 (0)