From 54720e7ffa8b1bc2bb9b75c3b811726caa6ba899 Mon Sep 17 00:00:00 2001 From: Sergiy Borodych Date: Wed, 7 Oct 2015 11:42:17 +0300 Subject: [PATCH] remove unused commented code --- lib/Gentoo.pm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/Gentoo.pm b/lib/Gentoo.pm index 73f1108..b20c3b1 100644 --- a/lib/Gentoo.pm +++ b/lib/Gentoo.pm @@ -17,12 +17,7 @@ use Gentoo::CPAN; # parts are ian's - the rest is mcummings messing around. require Exporter; - -our @ISA = qw(Exporter UNIVERSAL ); - -#our @EXPORT = qw( getAvailableEbuilds -#getCPANPackages -#); +our @ISA = qw( Exporter UNIVERSAL ); our $VERSION = '0.01';