Remove 4.x specific file
PR: ports/116916 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> Approved by: I did the change, so I have to clean up.
This commit is contained in:
parent
c947287940
commit
8c9db700ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200871
@ -1,19 +0,0 @@
|
||||
--- build/version_check.pl.orig Sun Jan 1 19:13:20 2006
|
||||
+++ build/version_check.pl Sun Jan 1 19:13:33 2006
|
||||
@@ -1,6 +1,6 @@
|
||||
# version_check.pl tool version
|
||||
use strict;
|
||||
-use warnings 'FATAL';
|
||||
+#use warnings 'FATAL';
|
||||
use Getopt::Long qw/GetOptions/;
|
||||
GetOptions(\my %opts, "version=s");
|
||||
my ($tool, $path) = @ARGV;
|
||||
@@ -128,7 +128,7 @@
|
||||
WARN
|
||||
|
||||
$warning =~ s/^/\# /mg;
|
||||
- open(my $fh, '>', $dummy_versions)
|
||||
+ open(my $fh, ">$dummy_versions")
|
||||
or die "Cannot open $dummy_versions for writing: $!";
|
||||
print $fh $warning;
|
||||
|
Loading…
Reference in New Issue
Block a user