Skip to content

Commit

Permalink
dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
jozef committed Sep 15, 2011
1 parent 7e70940 commit 05db608
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/blib
/pm_to_blib
/META.yml
/META.json
/MYMETA.yml
/MYMETA.json
/Makefile.PL
Expand Down
1 change: 1 addition & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ my $builder = Module::Build::SysPath->new(

configure_requires => {
'Module::Build::SysPath' => 0.13,
'Module::Build' => '0.3607',
},
build_requires => {
'Module::Build::SysPath' => 0.13,
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ patches/DhMakePerl.pm.patch
patches/Distribution.pm.patch
patches/FromCPAN.pm.patch
README
script/apt-cpan
script/apt-pm
script/apt-pm-web
script/dh-make-pm
Expand All @@ -44,3 +45,4 @@ t/PerlPackages2.bz2
t/pod-coverage.t
t/pod-spell.t
t/pod.t
META.json
2 changes: 2 additions & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@
cache/apt/apt-pm/[^d]
cache/apt/apt-pm/deb/[^.]
cache/apt/apt-pm/deb-src/[^.]
cache/apt/apt-pm/dist-dependencies.json
sharedstate/dh-make-pm/[^.]
examples/web/CPAN/.+\.json
^MYMETA\.json$
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ METHODS
repositories for PerlPackages.bz2 and prepares them to be used for find.
All PerlPackages.bz2 are stored to /var/cache/apt/apt-pm/.

It also fetches
http://pkg-perl.alioth.debian.org/cpan2deb/CPAN/02packages.dependencies.
txt.gz to be used by `apt-cpan'.

clean
Remove all files from cache folder.

Expand Down

0 comments on commit 05db608

Please sign in to comment.