Rename Meta::Recipe1 to Meta::WhyMeta
Dave Rolsky [Sat, 11 Feb 2012 20:26:00 +0000 (14:26 -0600)]
lib/Moose/Cookbook.pod
lib/Moose/Cookbook/Meta/WhyMeta.pod [moved from lib/Moose/Cookbook/Meta/Recipe1.pod with 97% similarity]

index 2e8c91c..511f155 100644 (file)
@@ -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".
similarity index 97%
rename from lib/Moose/Cookbook/Meta/Recipe1.pod
rename to lib/Moose/Cookbook/Meta/WhyMeta.pod
index 85040cb..a31c9bb 100644 (file)
@@ -1,4 +1,4 @@
-package Moose::Cookbook::Meta::Recipe1;
+package Moose::Cookbook::Meta::WhyMeta;
 
 # ABSTRACT: Welcome to the meta world (Why Go Meta?)