switch to my plugin bundle and modernize all the bits
Karen Etheridge [Wed, 8 Jul 2015 00:57:44 +0000 (17:57 -0700)]
.gitignore
Changes
MANIFEST.SKIP [deleted file]
Makefile.PL [deleted file]
README [deleted file]
dist.ini [new file with mode: 0644]

index 1973190..a6ce20f 100644 (file)
@@ -1,18 +1,6 @@
-.*
-!.gitignore
-Makefile
-Makefile.old
-Build*
-Build.PL
-_build
-META.yml
-blib
-build
-inc
-pm_to_blib
-MANIFEST*
-!MANIFEST.SKIP
-Debian*
-README
-Catalyst-Plugin-Session-State-Stash-*
-*.bs
+/.ackrc
+/.build/
+!/.gitignore
+/.latest
+/Catalyst-Plugin-Session-State-Stash-*/
+/Catalyst-Plugin-Session-State-Stash-*.tar.gz
diff --git a/Changes b/Changes
index 3251608..155c127 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Catalyst-Plugin-Session-State-Stash
 
+{{$NEXT}}
         - allow multiple state objects to work at the same time
           (IKEGAMI, RT#62090)
 
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
deleted file mode 100644 (file)
index a443dd7..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-^\.
-\.bak$
-\.swp$
-^_build
-^Build$
-^Catalyst-Plugin-Session-State-Stash-
-^cover_db\b
-^blib\b
-^pm_to_blib$
-Makefile$
-Makefile.old$
diff --git a/Makefile.PL b/Makefile.PL
deleted file mode 100644 (file)
index 791ad6d..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-use strict;
-use warnings;
-use inc::Module::Install 0.91;
-
-name 'Catalyst-Plugin-Session-State-Stash';
-all_from 'lib/Catalyst/Plugin/Session/State/Stash.pm';
-
-license 'perl',
-
-test_requires 'Test::More' => '0.88';
-test_requires 'Test::WWW::Mechanize::Catalyst' => 0;
-test_requires 'URI::Escape' => 0;
-
-requires 'MRO::Compat' => 0;
-requires 'Catalyst::Plugin::Session' => 0.27;
-requires 'Moose' => 0;
-requires 'namespace::autoclean' => 0;
-
-WriteAll();
-
diff --git a/README b/README
deleted file mode 100644 (file)
index 71009b7..0000000
--- a/README
+++ /dev/null
@@ -1,44 +0,0 @@
-Catalyst-Plugin-Session-State-Stash
-
-A state plugin for the catalyst session system that uses the stash.
-
-You probably want Catalyst::Plugin::Session::State::Cookie.
-
-INSTALLATION
-
-To install this module, run the following commands:
-
-       perl Build.PL
-       ./Build
-       ./Build test
-       ./Build install
-
-SUPPORT AND DOCUMENTATION
-
-After installing, you can find documentation for this module with the
-perldoc command.
-
-    perldoc Catalyst::Plugin::Session::State::Stash
-
-You can also look for information at:
-
-    RT, CPAN's request tracker
-        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Plugin-Session-State-Stash
-
-    AnnoCPAN, Annotated CPAN documentation
-        http://annocpan.org/dist/Catalyst-Plugin-Session-State-Stash
-
-    CPAN Ratings
-        http://cpanratings.perl.org/d/Catalyst-Plugin-Session-State-Stash
-
-    Search CPAN
-        http://search.cpan.org/dist/Catalyst-Plugin-Session-State-Stash/
-
-
-COPYRIGHT AND LICENCE
-
-Copyright (C) 2009 James Laver
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
diff --git a/dist.ini b/dist.ini
new file mode 100644 (file)
index 0000000..839500a
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,22 @@
+name = Catalyst-Plugin-Session-State-Stash
+author  = James Laver <perl -e 'printf qw/%s@%s.com cpan jameslaver/'>
+license = Perl_5
+copyright_holder = James Laver
+copyright_year = 2009
+
+[@Author::ETHER]
+:version = 0.086
+Authority.authority = cpan:BOBTFISH
+Test::MinimumVersion.max_target_perl = 5.008003
+-remove = PodWeaver
+-remove = Test::EOL
+-remove = Test::NoTabs
+-remove = Test::PodSpelling
+-remove = Test::CPAN::Changes
+
+[Test::CheckBreaks]
+conflicts_module = Moose::Conflicts
+
+[MetaResources]
+x_IRC = irc://irc.perl.org/#catalyst
+x_MailingList = http://wiki.catalystframework.org/wiki/mailinglists.view