[Module-build-checkins] Module-Build/lib/Module/Build Compat.pm,1.68,1.69
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-10-24 12:34:42
|
Update of /cvsroot/module-build/Module-Build/lib/Module/Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7670/lib/Module/Build Modified Files: Compat.pm Log Message: Remove unused line Index: Compat.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build/Compat.pm,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- Compat.pm 20 Sep 2005 02:16:39 -0000 1.68 +++ Compat.pm 24 Oct 2005 12:34:30 -0000 1.69 @@ -85,7 +85,6 @@ # Save this 'cause CPAN will chdir all over the place. my $cwd = Cwd::cwd(); - my $makefile = File::Spec->rel2abs($0); CPAN::Shell->install('Module::Build::Compat') or die " *** Cannot install without Module::Build. Exiting ...\n"; |