projects
/
p5sagit/App-FatPacker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0ac5c93
)
Add repository metadaa
Tomas Doran [Sun, 12 Feb 2012 00:42:41 +0000 (
00:42
+0000)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
dd69e5e
..
19b004d
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,5
@@
+ - Add repsoitory metadata to META.YML
+
0.9.6 2011-01-18
- Use File::Path's "legacy" mkpath and rmtree functions. No longer needs
File::Path >= 2.07.
diff --git
a/Makefile.PL
b/Makefile.PL
index
e0dfa26
..
4277a81
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-6,4
+6,8
@@
all_from('lib/App/FatPacker.pm');
install_script('bin/fatpack');
+resources(
+ repository => "git://git.shadowcat.co.uk/p5sagit/App-FatPacker.git",
+);
+
WriteAll;