Nuke unneeded stuff
Tomas Doran [Mon, 16 Aug 2010 17:54:40 +0000 (17:54 +0000)]
t/lib/Test-Session-Broken/META.yml [deleted file]
t/lib/Test-Session-Broken/Makefile.PL [deleted file]
t/lib/Test-Session-Broken/root/favicon.ico [deleted file]
t/lib/Test-Session-Broken/root/static/css/style.css [deleted file]

diff --git a/t/lib/Test-Session-Broken/META.yml b/t/lib/Test-Session-Broken/META.yml
deleted file mode 100644 (file)
index 904fb47..0000000
+++ /dev/null
@@ -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
diff --git a/t/lib/Test-Session-Broken/Makefile.PL b/t/lib/Test-Session-Broken/Makefile.PL
deleted file mode 100644 (file)
index 92ce2ae..0000000
+++ /dev/null
@@ -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;
diff --git a/t/lib/Test-Session-Broken/root/favicon.ico b/t/lib/Test-Session-Broken/root/favicon.ico
deleted file mode 100644 (file)
index 5ad723d..0000000
Binary files a/t/lib/Test-Session-Broken/root/favicon.ico and /dev/null differ
diff --git a/t/lib/Test-Session-Broken/root/static/css/style.css b/t/lib/Test-Session-Broken/root/static/css/style.css
deleted file mode 100644 (file)
index 339da70..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-body {
-    margin: 0px;
-    padding: 0px;
-    font-family: arial;
-}
-
-#container{
-       width: 990px;
-       margin-left: auto;
-       margin-right: auto;
-       margin-top: 20px;
-       background: #fff;
-       position:relative;
-       overflow:hidden;
-}
-
-#header {
-    background-color: #990000;
-    color: #ffffff;
-    margin: 0px;
-    padding: 1px;
-    border-bottom: 3px solid red;
-    height: 100px;
-    width: 100%;
-}
-#header h1 {
-    padding: 5px;
-}
-
-
-#navbar {
-    position: absolute;
-    background-color: #660000;
-    border-top: 1px solid white;
-    top: 74px;
-    height: 24px;
-    width: 100%;
-}
-#navbar a {
-    color: white;
-    padding-left: 10px;
-    padding-right: 10px;
-    text-decoration: none;
-    font-weight: bold;
-    font-size: 16px;
-}
-#navbar a:hover {
-    background-color: #330000;
-}
-
-
-#powered {
-    position: absolute;
-    top: 20px;
-    left: 600px;
-}
-#content {
-    background-color: #dddddd;
-    color: black;
-    padding: 5px;
-    padding-top: 20px;
-}
-
-.messageblock {
-    background-color: #dddddd;
-    margin: 20px;
-    padding: 10px;
-    border: 1px solid #009900;
-    width: 500px;
-    font-size: 1.2em;
-}
-
-.form {
-    margin:0 auto;
-    width:400px;
-    padding:14px;
-}
-
-
-
-.result.var {
-    width: 99%;
-    padding: 1px;
-    border:1px dashed #660000;;
-}
-
-.result.subvar {
-    width:98%;
-    border:1px dotted white;
-    padding:5px;
-    margin-bottom:5px;
-}
-
-.result.subvark{
-    font-style: italic;
-    font-weight: bold;
-}
-
-.result.subvarv {
-}