From 6a3c34e6561ed471556564561473486f3a98dfeb Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Dec 2018 23:04:01 +0100 Subject: Remove implemented TODO Signed-off-by: Florian Pritz --- lib/App/ArchLinux/PackagerTools/CPAN/PackagesDetailsFetcher.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/App') diff --git a/lib/App/ArchLinux/PackagerTools/CPAN/PackagesDetailsFetcher.pm b/lib/App/ArchLinux/PackagerTools/CPAN/PackagesDetailsFetcher.pm index 7624836..eb89dd6 100644 --- a/lib/App/ArchLinux/PackagerTools/CPAN/PackagesDetailsFetcher.pm +++ b/lib/App/ArchLinux/PackagerTools/CPAN/PackagesDetailsFetcher.pm @@ -53,7 +53,6 @@ Return the uncompressed data of the 02packages.details.txt.gz file. method get_packages_data() { my $data; my $use_cpanplus_index = 1; - # TODO put this in a dedicated module for testing if ($use_cpanplus_index) { # This is mostly for development so we don't go over the network on each run. my $packages_file = "$ENV{HOME}/.cpanplus/02packages.details.txt.gz"; -- cgit v1.2.3-24-g4f1b