blob: 84caccd45a62f3d86f3c5423912731bc87565e40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
fetch files from backpan if not found on cpan
Create the packages file by stripping out the goodness from live cpan packages file
|