Move use of "load_namespaces" for DBIC from BasicCRUD to MoreCatalystBasics
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual.pm
index 5df4a86..5bd01eb 100644 (file)
@@ -6,6 +6,8 @@ package Catalyst::Manual;
 use strict;
 use warnings;
 
+our $VERSION = '5.7019';
+
 =head1 NAME
 
 Catalyst::Manual - The Catalyst developer's manual
@@ -23,7 +25,7 @@ Tutorial.  You can also refer to
 L<Catalyst::Manual::Tutorial::Intro|Catalyst::Manual::Tutorial::Intro>
 for more information on installation options.
 
-Documentation Map:
+Some "Getting Started" Links:
 
 =over 4
 
@@ -67,6 +69,4 @@ L<Catalyst::Manual::Plugins|Catalyst::Manual::Plugins>
 
 =cut
 
-our $VERSION = '5.7017';
-
 1;