diff options
author | Steffen Mueller <smueller@cpan.org> | 2010-10-10 15:43:47 +0200 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2010-10-10 15:55:11 +0200 |
commit | af00134636ffe4172cbffeaed3bbad802e58d8a0 (patch) | |
tree | f5ab1e5e8ec6035e6bf8c3e3f497b822e0ff8c1c /dist/Safe | |
parent | 98f8176da90af0f0d21fac5f61e6d180814b57c9 (diff) | |
download | perl-af00134636ffe4172cbffeaed3bbad802e58d8a0.tar.gz |
Move regen scripts to regen/
Moves the various scripts that are called by regen.pl to a subdirectory
to reduce clutter.
Diffstat (limited to 'dist/Safe')
-rw-r--r-- | dist/Safe/t/safeops.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Safe/t/safeops.t b/dist/Safe/t/safeops.t index bd8217d8dc..7221c21da2 100644 --- a/dist/Safe/t/safeops.t +++ b/dist/Safe/t/safeops.t @@ -28,7 +28,7 @@ while (<DATA>) { $code{$1} = $2; } -open my $fh, '<', '../../opcode.pl' or die "Can't open opcode.pl: $!"; +open my $fh, '<', '../../regen/opcode.pl' or die "Can't open opcode.pl: $!"; while (<$fh>) { last if /^__END__/; } |