[Bast-commits] r8966 - ironman/IronMan-Schema/lib/IronMan

idn at dev.catalyst.perl.org idn at dev.catalyst.perl.org
Thu Mar 11 19:12:18 GMT 2010


Author: idn
Date: 2010-03-11 19:12:18 +0000 (Thu, 11 Mar 2010)
New Revision: 8966

Modified:
   ironman/IronMan-Schema/lib/IronMan/Schema.pm
Log:
Adding perldoc

Modified: ironman/IronMan-Schema/lib/IronMan/Schema.pm
===================================================================
--- ironman/IronMan-Schema/lib/IronMan/Schema.pm	2010-03-11 18:49:03 UTC (rev 8965)
+++ ironman/IronMan-Schema/lib/IronMan/Schema.pm	2010-03-11 19:12:18 UTC (rev 8966)
@@ -1,5 +1,6 @@
 package IronMan::Schema;
 
+use 5.8.0;
 use strict;
 use warnings;
 
@@ -10,4 +11,34 @@
 __PACKAGE__->load_components('Schema::Versioned');
 __PACKAGE__->load_namespaces();
 
+=head1 NAME
+
+IronMan::Schema - Schema for the Enlightened Perl Organisations IronMan project
+(http://www.enlightenedperl.org/ironman.html).
+
+=head1 DESCRIPTION
+
+This module provides the DBIx::Class::Schema database abstraction for the
+Enlightened Perl Organisation IronMan project.  See
+http://www.enlightenedperl.org/ironman.html for further details on how you
+should be taking part!
+
+=head1 SEE ALSO
+
+L<DBIx::Class::Schema>
+
+=head1 AUTHOR
+
+Jess Robinson <castaway at desert-island.me.uk>
+Carl Johnstone
+Ian Norton <i.d.norton at gmail.com>
+
+
+=head1 LICENSE
+
+This library is free software, you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+=cut
+
 1;




More information about the Bast-commits mailing list