aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-external/notes.txt15
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
-
-
-