[Bast-commits] r3330 - in trunk/DBIx-Class-Schema-RestrictByUser: .
lib/DBIx/Class/Schema
groditi at dev.catalyst.perl.org
groditi at dev.catalyst.perl.org
Sat May 19 04:25:29 GMT 2007
Author: groditi
Date: 2007-05-19 04:25:29 +0100 (Sat, 19 May 2007)
New Revision: 3330
Added:
trunk/DBIx-Class-Schema-RestrictByUser/MANIFEST
Modified:
trunk/DBIx-Class-Schema-RestrictByUser/Makefile.PL
trunk/DBIx-Class-Schema-RestrictByUser/lib/DBIx/Class/Schema/RestrictByUser.pm
Log:
ENOSLEEP forgot MANIFEST and typoed in Makefile.PL
Added: trunk/DBIx-Class-Schema-RestrictByUser/MANIFEST
===================================================================
--- trunk/DBIx-Class-Schema-RestrictByUser/MANIFEST (rev 0)
+++ trunk/DBIx-Class-Schema-RestrictByUser/MANIFEST 2007-05-19 03:25:29 UTC (rev 3330)
@@ -0,0 +1,27 @@
+Changes
+inc/Module/AutoInstall.pm
+inc/Module/Install.pm
+inc/Module/Install/AutoInstall.pm
+inc/Module/Install/Base.pm
+inc/Module/Install/Can.pm
+inc/Module/Install/Fetch.pm
+inc/Module/Install/Include.pm
+inc/Module/Install/Makefile.pm
+inc/Module/Install/Metadata.pm
+inc/Module/Install/Win32.pm
+inc/Module/Install/WriteAll.pm
+lib/DBIx/Class/Schema/RestrictByUser.pm
+lib/DBIx/Class/Schema/RestrictByUser/RestrictComp/Schema.pm
+lib/DBIx/Class/Schema/RestrictByUser/RestrictComp/Source.pm
+Makefile.PL
+MANIFEST This list of files
+META.yml
+README
+t/02pod.t
+t/03podcoverage.t.disabled
+t/04basic.t
+t/05restrict.t
+t/lib/RestrictByUserTest.pm
+t/lib/RestrictByUserTest/Schema.pm
+t/lib/RestrictByUserTest/Schema/Notes.pm
+t/lib/RestrictByUserTest/Schema/Users.pm
Modified: trunk/DBIx-Class-Schema-RestrictByUser/Makefile.PL
===================================================================
--- trunk/DBIx-Class-Schema-RestrictByUser/Makefile.PL 2007-05-19 03:05:10 UTC (rev 3329)
+++ trunk/DBIx-Class-Schema-RestrictByUser/Makefile.PL 2007-05-19 03:25:29 UTC (rev 3330)
@@ -17,7 +17,7 @@
build_requires 'SQL::Translator' => 0;
build_requires 'Test::More' => 0;
build_requires 'Scalar::Util' => 0;
-build_requires 'DBD::SQLite' => 0,
+build_requires 'DBD::SQLite' => 0;
auto_install;
WriteAll;
Modified: trunk/DBIx-Class-Schema-RestrictByUser/lib/DBIx/Class/Schema/RestrictByUser.pm
===================================================================
--- trunk/DBIx-Class-Schema-RestrictByUser/lib/DBIx/Class/Schema/RestrictByUser.pm 2007-05-19 03:05:10 UTC (rev 3329)
+++ trunk/DBIx-Class-Schema-RestrictByUser/lib/DBIx/Class/Schema/RestrictByUser.pm 2007-05-19 03:25:29 UTC (rev 3330)
@@ -1,14 +1,13 @@
package DBIx::Class::Schema::RestrictByUser;
+our $VERSION = '0.0001_01';
+
use DBIx::Class::Schema::RestrictByUser::RestrictComp::Schema;
use DBIx::Class::Schema::RestrictByUser::RestrictComp::Source;
# (c) Matt S Trout 2006, all rights reserved
# this is free software under the same license as perl itself
-use vars qw($VERSION);
-$VERSION = '0.0001_01';
-
=head1 NAME
DBIx::Class::Schema::RestrictByUser - Automatically restrict resultsets by user
More information about the Bast-commits
mailing list