From: Dave Rolsky Date: Sat, 11 Feb 2012 20:26:00 +0000 (-0600) Subject: Rename Meta::Recipe1 to Meta::WhyMeta X-Git-Tag: 2.0500~65 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoose.git;a=commitdiff_plain;h=3f36fdae62bf2006575ce1af103de1a25a35c08c Rename Meta::Recipe1 to Meta::WhyMeta --- diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index 2e8c91c..511f155 100644 --- 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 - Welcome to the meta-world (Why Go Meta?) +=item L 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 --- 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?)