This is an automated email from the git hooks/post-receive script.

dmn pushed a change to branch master
in repository libcatalyst-modules-perl.

      from  2552a0f   replace bundled Catalyst-View-Mason with a dependency on 
libcatalyst-view-mason-perl
       new  f0ccfb2   replace bundled Catalyst-Plugin-Authentication with a 
dependency on libcatalyst-plugin-authentication-perl

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bundle/03/Catalyst-Plugin-Authentication           |    1 -
 debian/control                                     |    1 +
 debian/copyright                                   |   15 -
 .../pod-spelling.patch                             |   46 -
 .../patches/Catalyst-Plugin-Authentication/series  |    1 -
 sources/Catalyst-Plugin-Authentication/Changes     |  211 ----
 sources/Catalyst-Plugin-Authentication/MANIFEST    |   68 --
 sources/Catalyst-Plugin-Authentication/META.yml    |   40 -
 sources/Catalyst-Plugin-Authentication/Makefile.PL |   50 -
 sources/Catalyst-Plugin-Authentication/README      |  591 ----------
 .../inc/Module/AutoInstall.pm                      |  930 ----------------
 .../inc/Module/Install.pm                          |  470 --------
 .../inc/Module/Install/AuthorRequires.pm           |   38 -
 .../inc/Module/Install/AuthorTests.pm              |   59 -
 .../inc/Module/Install/Authority.pm                |   19 -
 .../inc/Module/Install/AutoInstall.pm              |   93 --
 .../inc/Module/Install/Base.pm                     |   83 --
 .../inc/Module/Install/Can.pm                      |  154 ---
 .../inc/Module/Install/Fetch.pm                    |   93 --
 .../inc/Module/Install/Include.pm                  |   34 -
 .../inc/Module/Install/Makefile.pm                 |  418 -------
 .../inc/Module/Install/Metadata.pm                 |  722 ------------
 .../inc/Module/Install/Win32.pm                    |   64 --
 .../inc/Module/Install/WriteAll.pm                 |   63 --
 .../Authentication/Credential/NoPassword.pm        |   81 --
 .../Catalyst/Authentication/Credential/Password.pm |  272 -----
 .../Catalyst/Authentication/Credential/Remote.pm   |  364 ------
 .../lib/Catalyst/Authentication/Realm.pm           |  379 -------
 .../Catalyst/Authentication/Realm/Compatibility.pm |   43 -
 .../Catalyst/Authentication/Realm/Progressive.pm   |  175 ---
 .../lib/Catalyst/Authentication/Store.pod          |  133 ---
 .../lib/Catalyst/Authentication/Store/Minimal.pm   |  207 ----
 .../lib/Catalyst/Authentication/Store/Null.pm      |   98 --
 .../lib/Catalyst/Authentication/User.pm            |  148 ---
 .../lib/Catalyst/Authentication/User/Hash.pm       |  161 ---
 .../lib/Catalyst/Plugin/Authentication.pm          | 1164 --------------------
 .../Plugin/Authentication/Credential/Password.pm   |  143 ---
 .../Catalyst/Plugin/Authentication/Internals.pod   |  454 --------
 .../Plugin/Authentication/Store/Minimal.pm         |   82 --
 .../lib/Catalyst/Plugin/Authentication/User.pm     |   25 -
 .../Catalyst/Plugin/Authentication/User/Hash.pm    |   25 -
 .../t/04_authentication.t                          |    9 -
 .../Catalyst-Plugin-Authentication/t/05_password.t |   46 -
 sources/Catalyst-Plugin-Authentication/t/06_user.t |   56 -
 .../Catalyst-Plugin-Authentication/t/author/eol.t  |   12 -
 .../t/author/notabs.t                              |   10 -
 .../Catalyst-Plugin-Authentication/t/author/pod.t  |    5 -
 .../t/author/pod_coverage.t                        |    5 -
 .../t/lib/AuthRealmTestApp.pm                      |   59 -
 .../t/lib/AuthRealmTestApp/Controller/Root.pm      |   74 --
 .../t/lib/AuthRealmTestAppCompat.pm                |   41 -
 .../lib/AuthRealmTestAppCompat/Controller/Root.pm  |   31 -
 .../t/lib/AuthRealmTestAppProgressive.pm           |   59 -
 .../AuthRealmTestAppProgressive/Controller/Root.pm |   30 -
 .../t/lib/AuthSessionTestApp.pm                    |   36 -
 .../t/lib/AuthSessionTestApp/Controller/Root.pm    |   77 --
 .../t/lib/AuthTestApp.pm                           |   41 -
 .../t/lib/AuthTestApp/Controller/Root.pm           |   57 -
 .../t/lib/RemoteTestApp1.pm                        |   37 -
 .../t/lib/RemoteTestApp1/Controller/Root.pm        |   25 -
 .../t/lib/RemoteTestApp2.pm                        |   40 -
 .../t/lib/RemoteTestApp2/Controller/Root.pm        |   28 -
 .../t/lib/RemoteTestEngine.pm                      |   30 -
 .../t/lib/RemoteTestEngineRole.pm                  |   15 -
 .../Catalyst-Plugin-Authentication/t/live_app.t    |   14 -
 .../t/live_app_realms.t                            |   14 -
 .../t/live_app_realms_compat.t                     |   13 -
 .../t/live_app_realms_progressive.t                |   12 -
 .../t/live_app_remote1.t                           |   33 -
 .../t/live_app_remote2.t                           |   23 -
 .../t/live_app_session.t                           |   29 -
 .../t/store_nopassord.t                            |    8 -
 72 files changed, 1 insertion(+), 9186 deletions(-)
 delete mode 120000 bundle/03/Catalyst-Plugin-Authentication
 delete mode 100644 
debian/patches/Catalyst-Plugin-Authentication/pod-spelling.patch
 delete mode 100644 debian/patches/Catalyst-Plugin-Authentication/series
 delete mode 100644 sources/Catalyst-Plugin-Authentication/Changes
 delete mode 100644 sources/Catalyst-Plugin-Authentication/MANIFEST
 delete mode 100644 sources/Catalyst-Plugin-Authentication/META.yml
 delete mode 100644 sources/Catalyst-Plugin-Authentication/Makefile.PL
 delete mode 100644 sources/Catalyst-Plugin-Authentication/README
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/inc/Module/AutoInstall.pm
 delete mode 100644 sources/Catalyst-Plugin-Authentication/inc/Module/Install.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/inc/Module/Install/AuthorRequires.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/inc/Module/Install/AuthorTests.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/inc/Module/Install/Authority.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/inc/Module/Install/AutoInstall.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/inc/Module/Install/Base.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/inc/Module/Install/Can.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/inc/Module/Install/Fetch.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/inc/Module/Install/Include.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/inc/Module/Install/Makefile.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/inc/Module/Install/Metadata.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/inc/Module/Install/Win32.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/inc/Module/Install/WriteAll.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Credential/NoPassword.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Credential/Password.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Credential/Remote.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Realm.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Realm/Compatibility.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Realm/Progressive.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Store.pod
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Store/Minimal.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Store/Null.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/User.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/User/Hash.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Credential/Password.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Internals.pod
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Store/Minimal.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/User.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/User/Hash.pm
 delete mode 100644 sources/Catalyst-Plugin-Authentication/t/04_authentication.t
 delete mode 100644 sources/Catalyst-Plugin-Authentication/t/05_password.t
 delete mode 100644 sources/Catalyst-Plugin-Authentication/t/06_user.t
 delete mode 100644 sources/Catalyst-Plugin-Authentication/t/author/eol.t
 delete mode 100644 sources/Catalyst-Plugin-Authentication/t/author/notabs.t
 delete mode 100644 sources/Catalyst-Plugin-Authentication/t/author/pod.t
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/t/author/pod_coverage.t
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/t/lib/AuthRealmTestApp.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/t/lib/AuthRealmTestApp/Controller/Root.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/t/lib/AuthRealmTestAppCompat.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/t/lib/AuthRealmTestAppCompat/Controller/Root.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/t/lib/AuthRealmTestAppProgressive.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/t/lib/AuthRealmTestAppProgressive/Controller/Root.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/t/lib/AuthSessionTestApp.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/t/lib/AuthSessionTestApp/Controller/Root.pm
 delete mode 100644 sources/Catalyst-Plugin-Authentication/t/lib/AuthTestApp.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/t/lib/AuthTestApp/Controller/Root.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/t/lib/RemoteTestApp1.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/t/lib/RemoteTestApp1/Controller/Root.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/t/lib/RemoteTestApp2.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/t/lib/RemoteTestApp2/Controller/Root.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/t/lib/RemoteTestEngine.pm
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/t/lib/RemoteTestEngineRole.pm
 delete mode 100644 sources/Catalyst-Plugin-Authentication/t/live_app.t
 delete mode 100644 sources/Catalyst-Plugin-Authentication/t/live_app_realms.t
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/t/live_app_realms_compat.t
 delete mode 100644 
sources/Catalyst-Plugin-Authentication/t/live_app_realms_progressive.t
 delete mode 100644 sources/Catalyst-Plugin-Authentication/t/live_app_remote1.t
 delete mode 100644 sources/Catalyst-Plugin-Authentication/t/live_app_remote2.t
 delete mode 100644 sources/Catalyst-Plugin-Authentication/t/live_app_session.t
 delete mode 100644 sources/Catalyst-Plugin-Authentication/t/store_nopassord.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-modules-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to