Fix docs as pointed out on the list
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Upgrading.pod
index b48c293..0e4b76f 100644 (file)
@@ -126,7 +126,11 @@ etc) then the correct technique is:
 
     package MyApp;
     use Moose;
+    use Catalyst;
+
     extends 'Catalyst';
+
+    __PACKAGE__->config( name => 'MyApp' );
     __PACKAGE__->setup(qw/
         ConfigLoader
     /);