summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/Porting/new-perldelta.pl
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/Porting/new-perldelta.pl')
-rw-r--r--gnu/usr.bin/perl/Porting/new-perldelta.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Porting/new-perldelta.pl b/gnu/usr.bin/perl/Porting/new-perldelta.pl
index 09b778333be..47376cb8fa9 100644
--- a/gnu/usr.bin/perl/Porting/new-perldelta.pl
+++ b/gnu/usr.bin/perl/Porting/new-perldelta.pl
@@ -4,7 +4,7 @@ use strict;
# This needs to be able to run from a clean checkout, hence assume only system
# perl, which may be too old to have autodie
-require 'Porting/pod_lib.pl';
+require './Porting/pod_lib.pl';
my $state = get_pod_metadata(1);
my (undef, $old_major, $old_minor) = @{$state->{delta_version}};