[Bast-commits] r3188 - trunk/Anything/lib/DB/Anything

castaway at dev.catalyst.perl.org castaway at dev.catalyst.perl.org
Sat Apr 14 01:02:54 GMT 2007


Author: castaway
Date: 2007-04-14 01:02:47 +0100 (Sat, 14 Apr 2007)
New Revision: 3188

Added:
   trunk/Anything/lib/DB/Anything/Admin.pm
   trunk/Anything/lib/DB/Anything/MajorMinor.pm
Log:
Missing files


Added: trunk/Anything/lib/DB/Anything/Admin.pm
===================================================================
--- trunk/Anything/lib/DB/Anything/Admin.pm	                        (rev 0)
+++ trunk/Anything/lib/DB/Anything/Admin.pm	2007-04-14 00:02:47 UTC (rev 3188)
@@ -0,0 +1,44 @@
+package DB::Anything::Admin;
+
+use base qw/DBIx::Class/;
+use strict;
+
+=head1 NAME
+
+Anything::Model::Anything::Admin - DBIC Table Class
+
+
+
+=head1 SYNOPSIS
+
+See L<Anything>
+
+
+
+=head1 DESCRIPTION
+
+DBIC Table Class with Enzyme CRUD configuration.
+
+=cut
+
+
+=head1 ALSO
+
+L<Catalyst::Enzyme>
+
+
+
+=head1 AUTHOR
+
+Jess Robinson
+
+
+
+=head1 LICENSE
+
+This library is free software . You can redistribute it and/or modify
+it under the same terms as perl itself.
+
+=cut
+
+1;

Added: trunk/Anything/lib/DB/Anything/MajorMinor.pm
===================================================================
--- trunk/Anything/lib/DB/Anything/MajorMinor.pm	                        (rev 0)
+++ trunk/Anything/lib/DB/Anything/MajorMinor.pm	2007-04-14 00:02:47 UTC (rev 3188)
@@ -0,0 +1,44 @@
+package DB::Anything::MajorMinor;
+
+use base qw/DBIx::Class/;
+use strict;
+
+=head1 NAME
+
+Anything::Model::Anything::MajorMinor - DBIC Table Class
+
+
+
+=head1 SYNOPSIS
+
+See L<Anything>
+
+
+
+=head1 DESCRIPTION
+
+DBIC Table Class with Enzyme CRUD configuration.
+
+=cut
+
+
+=head1 ALSO
+
+L<Catalyst::Enzyme>
+
+
+
+=head1 AUTHOR
+
+Jess Robinson
+
+
+
+=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