summaryrefslogtreecommitdiffstats
path: root/lib/App
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-12-16 23:04:01 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-12-16 23:04:01 +0100
commit6a3c34e6561ed471556564561473486f3a98dfeb (patch)
treece620c25714cecc5b1303ccd602deb43d08f4548 /lib/App
parent4cf3078e259444a917ca9d5db5d864de83a12105 (diff)
downloadApp-ArchLinux-PackagerTools-6a3c34e6561ed471556564561473486f3a98dfeb.tar.gz
App-ArchLinux-PackagerTools-6a3c34e6561ed471556564561473486f3a98dfeb.tar.xz
Remove implemented TODO
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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";