projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5d9d20f
)
Rename Meta::Recipe1 to Meta::WhyMeta
Dave Rolsky [Sat, 11 Feb 2012 20:26:00 +0000 (14:26 -0600)]
lib/Moose/Cookbook.pod
patch
|
blob
|
blame
|
history
lib/Moose/Cookbook/Meta/WhyMeta.pod
[moved from
lib/Moose/Cookbook/Meta/Recipe1.pod
with 97% similarity]
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Cookbook.pod
b/lib/Moose/Cookbook.pod
index
2e8c91c
..
511f155
100644
(file)
--- a/
lib/Moose/Cookbook.pod
+++ b/
lib/Moose/Cookbook.pod
@@
-115,7
+115,7
@@
you extend the object system provided by Moose.
=over 4
-=item L<Moose::Cookbook::Meta::Recipe1> - Welcome to the meta-world (Why Go Meta?)
+=item L<Moose::Cookbook::Meta::WhyMeta>
If you're wondering what all this "meta" stuff is, and why you should
care about it, read this "recipe".
diff --git
a/lib/Moose/Cookbook/Meta/Recipe1.pod
b/lib/Moose/Cookbook/Meta/WhyMeta.pod
similarity index 97%
rename from
lib/Moose/Cookbook/Meta/Recipe1.pod
rename to
lib/Moose/Cookbook/Meta/WhyMeta.pod
index
85040cb
..
a31c9bb
100644
(file)
--- a/
lib/Moose/Cookbook/Meta/Recipe1.pod
+++ b/
lib/Moose/Cookbook/Meta/WhyMeta.pod
@@
-1,4
+1,4
@@
-package Moose::Cookbook::Meta::Recipe1;
+package Moose::Cookbook::Meta::WhyMeta;
# ABSTRACT: Welcome to the meta world (Why Go Meta?)