summaryrefslogtreecommitdiffstats
path: root/lib/App
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App')
-rw-r--r--lib/App/ArchLinux/PackagerTools/CPAN/PackagesDetailsFetcher.pm1
1 files changed, 0 insertions, 1 deletions
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";