diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-05-19 17:20:08 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-05-19 17:20:08 +0100 |
commit | 5f10c6aa943ab3b14d9b1bb042eb8f9fc5725e27 (patch) | |
tree | 36727be6579cbf6f2cc8430dcc415385b09c03db /perl-external/notes.txt | |
parent | f1c272f34fe3ff1cc4ab17d95379337cfc664967 (diff) |
Work with files, not urls
Diffstat (limited to 'perl-external/notes.txt')
-rw-r--r-- | perl-external/notes.txt | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/perl-external/notes.txt b/perl-external/notes.txt index e1dccb331..84caccd45 100644 --- a/perl-external/notes.txt +++ b/perl-external/notes.txt @@ -1,30 +1,17 @@ Steps to add a module. -Install using cpanm storing files needed in minicpan dir using --save-dists + Install using cpanm storing files needed in minicpan dir using --save-dists + Add module to modules.txt + Go through all files in minicpan and add to files.txt which gets committed to repo + Fetch 02packages off live cpan + get list of all files + remove those is current local packages file + Find remaining in live file and add to local file - - - - - - - - - - - - - - - -make urls.txt files be relative - rename to files.txt - -ditch dpan - fetch files from backpan if not found on cpan Create the packages file by stripping out the goodness from live cpan packages file |