From: Mischa POSLAWSKY Date: Sat, 31 Mar 2007 00:53:52 +0000 (+0200) Subject: module Cwd not used in PLP; don't use X-Git-Tag: 3.19~8 X-Git-Url: http://git.shiar.net/perl/plp/.git/commitdiff_plain/d9bcafc409ceedb4872863ffc0a7e92cdd2079da module Cwd not used in PLP; don't use --- diff --git a/PLP.pm b/PLP.pm index a5936fd..a190e3b 100644 --- a/PLP.pm +++ b/PLP.pm @@ -10,7 +10,7 @@ use PLP::Tie::Print; use File::Basename (); use File::Spec; -use Cwd (); +#use Cwd (); use strict;