projects
/
dbsrgits/DBIx-Class-Manual-SQLHackers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1ffc68a
)
Point at correct all_from file
Jess Robinson [Mon, 12 Mar 2012 13:30:38 +0000 (13:30 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
633163d
..
fc8e635
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-6,7
+6,7
@@
use 5.006;
use inc::Module::Install '1.01';
version '1.0';
-all_from 'lib/DBIx/Class/Manual/SQLHackers/TOC.pod';
+all_from 'lib/DBIx/Class/Manual/SQLHackers.pod';
homepage 'http://dbix-class.org/manual/';
resources 'IRC' => 'irc://irc.perl.org/#dbix-class';