[Catalyst-commits] r13492 -
Catalyst-Authentication-Store-LDAP/branches/fix_connect_as_user_with_session/t/lib/Test-Session-Broken
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Mon Aug 16 17:54:40 GMT 2010
Author: t0m
Date: 2010-08-16 18:54:40 +0100 (Mon, 16 Aug 2010)
New Revision: 13492
Removed:
Catalyst-Authentication-Store-LDAP/branches/fix_connect_as_user_with_session/t/lib/Test-Session-Broken/META.yml
Catalyst-Authentication-Store-LDAP/branches/fix_connect_as_user_with_session/t/lib/Test-Session-Broken/Makefile.PL
Catalyst-Authentication-Store-LDAP/branches/fix_connect_as_user_with_session/t/lib/Test-Session-Broken/root/
Log:
Nuke unneeded stuff
Deleted: Catalyst-Authentication-Store-LDAP/branches/fix_connect_as_user_with_session/t/lib/Test-Session-Broken/META.yml
===================================================================
--- Catalyst-Authentication-Store-LDAP/branches/fix_connect_as_user_with_session/t/lib/Test-Session-Broken/META.yml 2010-08-16 17:52:24 UTC (rev 13491)
+++ Catalyst-Authentication-Store-LDAP/branches/fix_connect_as_user_with_session/t/lib/Test-Session-Broken/META.yml 2010-08-16 17:54:40 UTC (rev 13492)
@@ -1,39 +0,0 @@
----
-abstract: 'Catalyst based application'
-author:
- - root
-build_requires:
- ExtUtils::MakeMaker: 6.42
- Test::More: 0.88
-configure_requires:
- ExtUtils::MakeMaker: 6.42
-distribution_type: module
-generated_by: 'Module::Install version 1.00'
-license: perl
-meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
-name: Test-LDAP
-no_index:
- directory:
- - inc
- - t
-requires:
- Catalyst::Action::RenderView: 0
- Catalyst::Authentication::Store::LDAP: 0
- Catalyst::Controller::HTML::FormFu: 0
- Catalyst::Model::Adaptor: 0
- Catalyst::Plugin::Authentication: 0
- Catalyst::Plugin::Authorization::Roles: 0
- Catalyst::Plugin::ConfigLoader: 0
- Catalyst::Plugin::Session: 0
- Catalyst::Plugin::Session::State::Cookie: 0
- Catalyst::Plugin::Session::Store::FastMmap: 0
- Catalyst::Plugin::Static::Simple: 0
- Catalyst::Runtime: 5.80024
- Config::JSON: 0
- Moose: 0
- namespace::autoclean: 0
-resources:
- license: http://dev.perl.org/licenses/
-version: 0.01
Deleted: Catalyst-Authentication-Store-LDAP/branches/fix_connect_as_user_with_session/t/lib/Test-Session-Broken/Makefile.PL
===================================================================
--- Catalyst-Authentication-Store-LDAP/branches/fix_connect_as_user_with_session/t/lib/Test-Session-Broken/Makefile.PL 2010-08-16 17:52:24 UTC (rev 13491)
+++ Catalyst-Authentication-Store-LDAP/branches/fix_connect_as_user_with_session/t/lib/Test-Session-Broken/Makefile.PL 2010-08-16 17:54:40 UTC (rev 13492)
@@ -1,35 +0,0 @@
-#!/usr/bin/env perl
-# IMPORTANT: if you delete this file your app will not work as
-# expected. You have been warned.
-use inc::Module::Install;
-use Module::Install::Catalyst; # Complain loudly if you don't have
- # Catalyst::Devel installed or haven't said
- # 'make dist' to create a standalone tarball.
-
-name 'Test-LDAP';
-all_from 'lib/Test/LDAP.pm';
-
-requires 'Catalyst::Runtime' => '5.80024';
-
-requires 'Catalyst::Plugin::Authentication';
-requires 'Catalyst::Plugin::Authorization::Roles';
-requires 'Catalyst::Authentication::Store::LDAP';
-
-requires 'Catalyst::Plugin::Session';
-requires 'Catalyst::Plugin::Session::State::Cookie';
-requires 'Catalyst::Plugin::Session::Store::FastMmap';
-
-requires 'Catalyst::Plugin::ConfigLoader';
-requires 'Catalyst::Plugin::Static::Simple';
-requires 'Catalyst::Action::RenderView';
-
-requires 'Moose';
-requires 'namespace::autoclean';
-#requires 'Config::JSON'; # This should reflect the config file format you've chosen
- # See Catalyst::Plugin::ConfigLoader for supported formats
-test_requires 'Test::More' => '0.88';
-catalyst;
-
-install_script glob('script/*.pl');
-auto_install;
-WriteAll;
More information about the Catalyst-commits
mailing list