]> git.pld-linux.org Git - packages/pldcpan.git/commitdiff
- started todo/wishlist
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Jan 2006 10:34:20 +0000 (10:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pldcpan.pl -> 1.33

pldcpan.pl

index 992073dc720880d446a2540f44ea49bff40db822..11d26615daa273e032fd01828bf06d3e34349a54 100644 (file)
@@ -15,6 +15,18 @@ use File::Iterator   qw();
 use Module::CoreList qw();
 
 #use IO::All;
+=cut
+TODO/Wishlist
+
+- rm -f .packlist in install
+- use poldek to search if dir should be packaged:
+$ poldek -q --cmd search -f /usr/share/perl5/vendor_perl/Text
+perl-base-5.8.7-4
+- first could be checked if the dir is contained by perl-base (will be faster
+than querying poldek)
+- implement what SPECS/new-cpan.sh provides -- automatically downloading tarball from cpan
+
+=cut
 
 our $VERSION = sprintf "%d.%02d", q$Revision$ =~ /(\d+)/g;
 
This page took 0.110426 seconds and 4 git commands to generate.