[Bast-commits] r3335 - in trunk: .
DBIx-Class-Schema-RestrictWithObject
groditi at dev.catalyst.perl.org
groditi at dev.catalyst.perl.org
Sat May 19 17:46:38 GMT 2007
Author: groditi
Date: 2007-05-19 17:46:38 +0100 (Sat, 19 May 2007)
New Revision: 3335
Added:
trunk/DBIx-Class-Schema-RestrictWithObject/
Removed:
trunk/DBIx-Class-Schema-RestrictByUser/
Modified:
trunk/DBIx-Class-Schema-RestrictWithObject/Makefile.PL
trunk/DBIx-Class-Schema-RestrictWithObject/README
Log:
rename restrict by user
Copied: trunk/DBIx-Class-Schema-RestrictWithObject (from rev 3330, trunk/DBIx-Class-Schema-RestrictByUser)
Modified: trunk/DBIx-Class-Schema-RestrictWithObject/Makefile.PL
===================================================================
--- trunk/DBIx-Class-Schema-RestrictByUser/Makefile.PL 2007-05-19 03:25:29 UTC (rev 3330)
+++ trunk/DBIx-Class-Schema-RestrictWithObject/Makefile.PL 2007-05-19 16:46:38 UTC (rev 3335)
@@ -4,9 +4,9 @@
use inc::Module::Install;
# Define metadata
-name 'DBIx-Class-Schema-RestrictByUser';
-abstract 'Restrict ResultSets by user';
-all_from 'lib/DBIx/Class/Schema/RestrictByUser.pm';
+name 'DBIx-Class-Schema-RestrictWithObject';
+abstract 'Restrict ResultSets';
+all_from 'lib/DBIx/Class/Schema/RestrictWithObject.pm';
# Specific dependencies
requires 'DBIx::Class' => 0.07000; ##just a safe number, no rhyme or reason
Modified: trunk/DBIx-Class-Schema-RestrictWithObject/README
===================================================================
--- trunk/DBIx-Class-Schema-RestrictByUser/README 2007-05-19 03:25:29 UTC (rev 3330)
+++ trunk/DBIx-Class-Schema-RestrictWithObject/README 2007-05-19 16:46:38 UTC (rev 3335)
@@ -1,4 +1,4 @@
-DBIx-Class-Schema-RestrictByUser
+DBIx-Class-Schema-RestrictWithObject
INSTALLATION
@@ -14,21 +14,21 @@
After installing, you can find documentation for this module with the perldoc command.
- perldoc DBIx::Class::Schema::RestrictByUser
+ perldoc DBIx::Class::Schema::RestrictWithObject
You can also look for information at:
Search CPAN
- http://search.cpan.org/dist/DBIx-Class-Schema-RestrictByUser
+ http://search.cpan.org/dist/DBIx-Class-Schema-RestrictWithObject
CPAN Request Tracker:
- http://rt.cpan.org/NoAuth/Bugs.html?Dist=DBIx-Class-Schema-RestrictByUser
+ http://rt.cpan.org/NoAuth/Bugs.html?Dist=DBIx-Class-Schema-RestrictWithObject
AnnoCPAN, annotated CPAN documentation:
- http://annocpan.org/dist/DBIx-Class-Schema-RestrictByUser
+ http://annocpan.org/dist/DBIx-Class-Schema-RestrictWithObject
CPAN Ratings:
- http://cpanratings.perl.org/d/DBIx-Class-Schema-RestrictByUser
+ http://cpanratings.perl.org/d/DBIx-Class-Schema-RestrictWithObject
COPYRIGHT AND LICENCE
More information about the Bast-commits
mailing list