[Catalyst-commits] r14529 - trunk/Catalyst-Plugin-Authorization-ACL

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Thu May 15 07:26:28 GMT 2014


Author: caelum
Date: 2014-05-15 07:26:28 +0000 (Thu, 15 May 2014)
New Revision: 14529

Added:
   trunk/Catalyst-Plugin-Authorization-ACL/REPO_MOVED
Removed:
   trunk/Catalyst-Plugin-Authorization-ACL/Changes
   trunk/Catalyst-Plugin-Authorization-ACL/MANIFEST.SKIP
   trunk/Catalyst-Plugin-Authorization-ACL/Makefile.PL
   trunk/Catalyst-Plugin-Authorization-ACL/lib/
   trunk/Catalyst-Plugin-Authorization-ACL/t/
Log:
mark AuthZ::ACL as moved to git

Deleted: trunk/Catalyst-Plugin-Authorization-ACL/Changes
===================================================================
--- trunk/Catalyst-Plugin-Authorization-ACL/Changes	2014-05-13 15:35:34 UTC (rev 14528)
+++ trunk/Catalyst-Plugin-Authorization-ACL/Changes	2014-05-15 07:26:28 UTC (rev 14529)
@@ -1,56 +0,0 @@
-Revision history for Perl extension Catalyst::Plugin::Authorization::ACL
-
-0.15  2009-10-18 05:56:51
-        - apply fix from RT#50604 (filter undef actions when building tree)
-
-0.14  2009-09-30 22:20:41
-        - add 'deny_access_unless_any' and 'allow_access_if_any' as shortcuts
-        for any role in a list
-        - fix 'uninitialized' warning in tests
-
-0.13  2009-09-26 03:34:16
-        - fix use of $dispatcher->tree warning
-        - fix actions in testapp warning
-
-0.12  2009-09-25 09:35:51
-        - workaround for a test failure on some configurations of Strawberry
-        Perl
-        - add test_requires for things the tests depend on
-
-0.11  2009-04-21
-        - switch from NEXT to MRO::Compat
-
-0.10  2008-10-13
-        - fix access_denied action support
-
-0.09  2008-08-22
-        - fix the overwriting of $c->req->args for access_denied handlers
-
-0.08  2006-07-21 20:01:00
-        - protect ACL::Engine from custom $SIG{__DIE__} handlers
-
-0.07  2006-07-05 23:15:27
-        - support for ACL setup in app config
-        - bug fix for private access_denied action
-
-0.06  2005-12-25 20:37:00
-        - Added forcibly_allow_access, proper denial handling
-        - allow for constant conditions
-        - i think there was something else
-
-0.05  2005-12-25 20:37:00
-        - Forgot to changelog this release ;-)
-
-0.04  2005-12-08 10:15:00
-        - Fix a bug with ACLs on "/"
-
-0.03  2005-12-04 22:07:00
-        - Maybe some tiny doc fixes
-        - No longer relies on Test::Plan which had some trouble with windows
-          and was used incorrectly anyhow ;-)
-
-0.02  ???
-        - can't recall, may have been drunk
-
-0.01  ???
-        - Initial release.

Deleted: trunk/Catalyst-Plugin-Authorization-ACL/MANIFEST.SKIP
===================================================================
--- trunk/Catalyst-Plugin-Authorization-ACL/MANIFEST.SKIP	2014-05-13 15:35:34 UTC (rev 14528)
+++ trunk/Catalyst-Plugin-Authorization-ACL/MANIFEST.SKIP	2014-05-15 07:26:28 UTC (rev 14529)
@@ -1,31 +0,0 @@
-# Avoid version control files.
-\bRCS\b
-\bCVS\b
-,v$
-\B\.svn\b
-
-# Avoid Makemaker generated and utility files.
-\bMakefile$
-\bblib
-\bMakeMaker-\d
-\bpm_to_blib$
-\bblibdirs$
-^MANIFEST\.SKIP$
-
-# Avoid Module::Build generated and utility files.
-\bBuild$
-\b_build
-
-\.DS_Store$
-
-# Avoid temp and backup files.
-~$
-\.tmp$
-\.old$
-\.bak$
-\#$
-\b\.#
-^..*\.sw[po]$
-
-# hate Module::Build
-\bBuild.PL$

Deleted: trunk/Catalyst-Plugin-Authorization-ACL/Makefile.PL
===================================================================
--- trunk/Catalyst-Plugin-Authorization-ACL/Makefile.PL	2014-05-13 15:35:34 UTC (rev 14528)
+++ trunk/Catalyst-Plugin-Authorization-ACL/Makefile.PL	2014-05-15 07:26:28 UTC (rev 14529)
@@ -1,33 +0,0 @@
-use inc::Module::Install 0.91;
-
-if ( -e 'MANIFEST.SKIP' ) {
-    system( 'pod2text lib/Catalyst/Plugin/Authorization/ACL.pm > README' );
-}
-
-perl_version '5.008';
-
-name 'Catalyst-Plugin-Authorization-ACL';
-all_from 'lib/Catalyst/Plugin/Authorization/ACL.pm';
-
-test_requires 'Test::More';
-test_requires 'Catalyst::Plugin::Session';
-test_requires 'Catalyst::Plugin::Session::State::Cookie';
-test_requires 'Test::WWW::Mechanize::Catalyst';
-
-requires 'Catalyst::Runtime' => '5.80013';
-requires 'Catalyst::Plugin::Authentication';
-requires 'Catalyst::Plugin::Authorization::Roles';
-requires 'Moose';
-requires 'MRO::Compat';
-requires 'namespace::autoclean';
-requires 'Class::Data::Inheritable';
-requires 'Class::Throwable';
-requires 'Tree::Simple';
-requires 'Tree::Simple::Visitor::FindByPath';
-requires 'Tree::Simple::Visitor::GetAllDescendents';
-
-resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Plugin-Authorization-ACL/';
-
-auto_provides;
-auto_install;
-WriteAll;

Added: trunk/Catalyst-Plugin-Authorization-ACL/REPO_MOVED
===================================================================
--- trunk/Catalyst-Plugin-Authorization-ACL/REPO_MOVED	                        (rev 0)
+++ trunk/Catalyst-Plugin-Authorization-ACL/REPO_MOVED	2014-05-15 07:26:28 UTC (rev 14529)
@@ -0,0 +1,3 @@
+Converted to git, the new repo is here:
+
+https://github.com/rkitover/catalyst-plugin-authorization-acl




More information about the Catalyst-commits mailing list