[Catalyst-commits] r14463 - Catalyst-Plugin-SmartURI/1.000/trunk
caelum at dev.catalyst.perl.org
caelum at dev.catalyst.perl.org
Tue Aug 27 04:09:24 GMT 2013
Author: caelum
Date: 2013-08-27 04:09:24 +0000 (Tue, 27 Aug 2013)
New Revision: 14463
Added:
Catalyst-Plugin-SmartURI/1.000/trunk/REPO_MOVED
Removed:
Catalyst-Plugin-SmartURI/1.000/trunk/Changes
Catalyst-Plugin-SmartURI/1.000/trunk/MANIFEST.SKIP
Catalyst-Plugin-SmartURI/1.000/trunk/Makefile.PL
Catalyst-Plugin-SmartURI/1.000/trunk/README
Catalyst-Plugin-SmartURI/1.000/trunk/lib/
Catalyst-Plugin-SmartURI/1.000/trunk/t/
Log:
point Catalyst::Plugin::SmartURI to new github repo
Deleted: Catalyst-Plugin-SmartURI/1.000/trunk/Changes
===================================================================
--- Catalyst-Plugin-SmartURI/1.000/trunk/Changes 2013-07-28 22:02:15 UTC (rev 14462)
+++ Catalyst-Plugin-SmartURI/1.000/trunk/Changes 2013-08-27 04:09:24 UTC (rev 14463)
@@ -1,55 +0,0 @@
-Revision history for Catalyst-Plugin-SmartURI
-
-0.036 2009-11-24 09:08:09
- - POD fixes from Frank Wiegand (RT#51885)
-
-0.035 2009-09-24 04:35:28
- - fix typo in pod (RT#49933)
-
-0.034 2009-05-13 23:46:18
- - fix compatibility with Catalyst::Action::REST v0.71
- - move inline tests into t/lib
-
-0.033 2009-04-29 19:46:04
- - last dist was missing inc/
-
-0.032 2009-04-27 15:42:07
- - converted to Moose
- - some minor POD cleanups
-
-0.030 2008-11-19 17:54:37
- - fixed for Catalyst 5.8
-
-0.029 2008-10-09 07:02:46
- - fixed the host-header stuff for when there's no port.
-
-0.028 2008-08-22 03:53:49
- - added note to the POD about usage with C::C::REST.
-
-0.027 2008-07-06 14:17:12
- - improved request class, better Host header parsing, fixed POD.
-
-0.025 2008-06-28 08:33:57
- - fucked up the pod for SYNOPSIS...
-
-0.024 2008-06-28 03:01:53
- - added 'host-header' disposition.
- - converted conf key to 'Plugin::SmartURI'
-
-0.023 2008-06-28 01:14:49
- - weaken saved context.
-
-0.022 2008-06-24 16:52:55
- - fix weird bug with initialization that sometimes happens.
-
-0.021 2008-06-16 22:20:42
- - minor speedup, avoiding unnecessary string evals.
-
-0.02 2008-06-03 21:58:17
- - moved Catalyst::SmartURI into a separate dist as URI::SmartURI
-
-0.01_01 2008-04-01 08:33:13
- - first dev release.
-
-0.01 2008-03-08 03:30:31
- - first version.
Deleted: Catalyst-Plugin-SmartURI/1.000/trunk/MANIFEST.SKIP
===================================================================
--- Catalyst-Plugin-SmartURI/1.000/trunk/MANIFEST.SKIP 2013-07-28 22:02:15 UTC (rev 14462)
+++ Catalyst-Plugin-SmartURI/1.000/trunk/MANIFEST.SKIP 2013-08-27 04:09:24 UTC (rev 14463)
@@ -1,4 +0,0 @@
-# stolen from Devel::REPL
-^(?!script/|examples/|lib/|inc/|t/|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml$)
-.svn/
-.swp$
Deleted: Catalyst-Plugin-SmartURI/1.000/trunk/Makefile.PL
===================================================================
--- Catalyst-Plugin-SmartURI/1.000/trunk/Makefile.PL 2013-07-28 22:02:15 UTC (rev 14462)
+++ Catalyst-Plugin-SmartURI/1.000/trunk/Makefile.PL 2013-08-27 04:09:24 UTC (rev 14463)
@@ -1,27 +0,0 @@
-use inc::Module::Install 0.91;
-
-name 'Catalyst-Plugin-SmartURI';
-all_from 'lib/Catalyst/Plugin/SmartURI.pm';
-author 'Rafael Kitover <rkitover at cpan.org>';
-
-requires 'Catalyst' => '5.80002';
-requires 'Class::C3::Componentised';
-requires 'URI::SmartURI';
-requires 'Task::Weaken';
-requires 'Moose';
-requires 'namespace::clean';
-requires 'parent';
-
-build_requires 'Test::More';
-
-auto_provides;
-auto_install;
-resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Plugin-SmartURI/1.000/trunk/';
-
-if ($Module::Install::AUTHOR) {
- system('pod2text lib/Catalyst/Plugin/SmartURI.pm > README');
-}
-
-realclean_files 'README';
-
-WriteAll;
Deleted: Catalyst-Plugin-SmartURI/1.000/trunk/README
===================================================================
--- Catalyst-Plugin-SmartURI/1.000/trunk/README 2013-07-28 22:02:15 UTC (rev 14462)
+++ Catalyst-Plugin-SmartURI/1.000/trunk/README 2013-08-27 04:09:24 UTC (rev 14463)
@@ -1,42 +0,0 @@
-Catalyst-Plugin-SmartURI
-
-This plugin changes the behaviour of $c->uri_for and $c->req->uri_with.
-
-INSTALLATION
-
-To install this module, run the following commands:
-
- perl Makefile.PL
- make
- make test
- make install
-
-SUPPORT AND DOCUMENTATION
-
-After installing, you can find documentation for this module with the
-perldoc command.
-
- perldoc Catalyst::Plugin::SmartURI
-
-You can also look for information at:
-
- RT, CPAN's request tracker
- http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Plugin-SmartURI
-
- AnnoCPAN, Annotated CPAN documentation
- http://annocpan.org/dist/Catalyst-Plugin-SmartURI
-
- CPAN Ratings
- http://cpanratings.perl.org/d/Catalyst-Plugin-SmartURI
-
- Search CPAN
- http://search.cpan.org/dist/Catalyst-Plugin-SmartURI
-
-
-COPYRIGHT AND LICENCE
-
-Copyright (C) 2008 Rafael Kitover
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
Added: Catalyst-Plugin-SmartURI/1.000/trunk/REPO_MOVED
===================================================================
--- Catalyst-Plugin-SmartURI/1.000/trunk/REPO_MOVED (rev 0)
+++ Catalyst-Plugin-SmartURI/1.000/trunk/REPO_MOVED 2013-08-27 04:09:24 UTC (rev 14463)
@@ -0,0 +1 @@
+https://github.com/rkitover/catalyst-plugin-smarturi
More information about the Catalyst-commits
mailing list