mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@143468 d073be05-634f-4543-b044-5fe20cf6d1d6
11 lines
232 B
Diff
11 lines
232 B
Diff
--- t-prot.orig
|
|
+++ t-prot
|
|
@@ -3,6 +3,7 @@
|
|
|
|
require 5.006;
|
|
use strict;
|
|
+use Locale::gettext;
|
|
use Fcntl qw(O_EXCL O_WRONLY O_CREAT);
|
|
use Getopt::Long qw(:config gnu_getopt no_ignore_case);
|
|
use constant VER => '3.0';
|