diff options
| author | Erwin Lansing <erwin@FreeBSD.org> | 2004-02-24 11:03:26 +0000 |
|---|---|---|
| committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-02-24 11:03:26 +0000 |
| commit | b8289656c4a7d6d95395228beea5037191522d90 (patch) | |
| tree | d281251e3ad51d493091eaf0be2fd8ad18f18cb2 /devel/p5-Shell-Base/files/patch-Base.pm | |
| parent | Update to 1.33 (diff) | |
Add p5-Shell-Base 0.04, perl module implementing a simple command shell.
PR: ports/62166
Submitted by: Christopher Nehren <apeiron@comcast.net>
Diffstat (limited to 'devel/p5-Shell-Base/files/patch-Base.pm')
| -rw-r--r-- | devel/p5-Shell-Base/files/patch-Base.pm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/p5-Shell-Base/files/patch-Base.pm b/devel/p5-Shell-Base/files/patch-Base.pm new file mode 100644 index 000000000000..77aebe439b7a --- /dev/null +++ b/devel/p5-Shell-Base/files/patch-Base.pm @@ -0,0 +1,15 @@ +--- Base.pm.orig Mon Feb 23 21:03:44 2004 ++++ Base.pm Mon Feb 23 21:02:36 2004 +@@ -16,7 +16,7 @@ + ); + + use Carp qw(carp croak); +-use Env qw($PAGER $SHELL $COLUMNS); ++use Env qw(PAGER SHELL COLUMNS); + use IO::File; + use File::Basename qw(basename); + use Term::Size qw(chars); + +Unfortunately, this causes t/signature to fail because of a broken +checksum. Here's a patch for that: + |
