diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-05-19 18:34:28 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-05-19 18:34:28 +0100 |
commit | 6eafabb5b78609d6c4394df9bcf9944b8c2a88dd (patch) | |
tree | 0fb913d9f118b3925f5877bf8e45046c00171235 /perl-external | |
parent | 958e7450fe0ae4383f8491c6ddbed7b160ad8b41 (diff) |
drop note file
Diffstat (limited to 'perl-external')
-rw-r--r-- | perl-external/notes.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/perl-external/notes.txt b/perl-external/notes.txt deleted file mode 100644 index d25283f19..000000000 --- a/perl-external/notes.txt +++ /dev/null @@ -1,15 +0,0 @@ -Steps to add a module. - - 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 - - -Create the packages file by stripping out the goodness from live cpan packages file - - - |