[Jifty-commit] r3884 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Aug 13 21:59:33 EDT 2007


Author: sterling
Date: Mon Aug 13 21:59:32 2007
New Revision: 3884

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Bootstrap.pm

Log:
 r8619 at dynpc145:  andrew | 2007-08-13 19:51:58 -0500
 Cleaning up the Pod for Jifty::Bootstrap


Modified: jifty/trunk/lib/Jifty/Bootstrap.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Bootstrap.pm	(original)
+++ jifty/trunk/lib/Jifty/Bootstrap.pm	Mon Aug 13 21:59:32 2007
@@ -1,6 +1,10 @@
 use warnings;
 use strict;
 
+package Jifty::Bootstrap;
+
+use base qw/Jifty::Object/;
+
 =head1 NAME
 
 Jifty::Bootstrap - Insert initial data into your database
@@ -12,7 +16,6 @@
 your application is first installed.
 
 =head1 EXAMPLE
-
  
  package MyApp::Bootstrap;
  use base 'Jifty::Bootstrap';
@@ -23,13 +26,6 @@
      $modelclass->create( name => 'Widget');
  }; 
  
- 
-=cut
-
-package Jifty::Bootstrap;
-
-use base qw/Jifty::Object/;
-
 =head2 run
 
 C<run> is the workhorse method for the Bootstrap class.  This takes care of
@@ -42,5 +38,15 @@
     1;
 }
 
+=head1 SEE ALSO
+
+L<Jifty::Upgrade>, L<Jifty::Script::Schema>
+
+=head1 LICENSE
+
+Jifty is Copyright 2005-2006 Best Practical Solutions, LLC.
+Jifty is distributed under the same terms as Perl itself.
+
+=cut
 
 1;


More information about the Jifty-commit mailing list