r27918 - in /branches/upstream/libtitanium-perl/current: Build.PL Changes META.yml Makefile.PL README lib/Titanium.pm
jaldhar at users.alioth.debian.org
jaldhar at users.alioth.debian.org
Mon Dec 8 21:03:17 UTC 2008
Author: jaldhar
Date: Mon Dec 8 21:03:14 2008
New Revision: 27918
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27918
Log:
[svn-upgrade] Integrating new upstream version, libtitanium-perl (1.01)
Modified:
branches/upstream/libtitanium-perl/current/Build.PL
branches/upstream/libtitanium-perl/current/Changes
branches/upstream/libtitanium-perl/current/META.yml
branches/upstream/libtitanium-perl/current/Makefile.PL
branches/upstream/libtitanium-perl/current/README
branches/upstream/libtitanium-perl/current/lib/Titanium.pm
Modified: branches/upstream/libtitanium-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtitanium-perl/current/Build.PL?rev=27918&op=diff
==============================================================================
--- branches/upstream/libtitanium-perl/current/Build.PL (original)
+++ branches/upstream/libtitanium-perl/current/Build.PL Mon Dec 8 21:03:14 2008
@@ -13,7 +13,7 @@
'CGI::Application::Plugin::DBH' => 0,
'CGI::Application::Plugin::DebugScreen' => 0,
'CGI::Application::Plugin::DevPopup' => 0,
- 'CGI::Application::Plugin::ErrorPage' => 0,
+ 'CGI::Application::Plugin::ErrorPage' => 1.20,
'CGI::Application::Plugin::FillInForm' => 0,
'CGI::Application::Plugin::Forward' => 0,
'CGI::Application::Plugin::LogDispatch' => 0,
@@ -22,7 +22,7 @@
'CGI::Application::Plugin::Stream' => 0,
'CGI::Application::Plugin::ValidateRM' => 0,
'CGI::Application::Standard::Config' => 0,
- 'Module::Starter::Plugin::CGIApp' => 0,
+ 'Module::Starter::Plugin::CGIApp' => 0.05,
'Test::WWW::Mechanize::CGIApp' => 0,
},
create_makefile_pl => 'traditional',
Modified: branches/upstream/libtitanium-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtitanium-perl/current/Changes?rev=27918&op=diff
==============================================================================
--- branches/upstream/libtitanium-perl/current/Changes (original)
+++ branches/upstream/libtitanium-perl/current/Changes Mon Dec 8 21:03:14 2008
@@ -1,8 +1,13 @@
Revision history for Titantium.
-1.00 Thu Sep 4 06:01:36 EDT 2008
+1.01 Dec 6, 2008
+ * Update Build.PL to require CGI::Application::Plugin::ErrorPage 1.20, a bugfix release.
+ * Remove "titanium-starter" from the TODO list. (Jaldhar)
+ * Add initial INSTALL file (RT#41276, David
+
+1.00 Sep 4, 2008
* Declaring Stable
* Clarify copyright/license to be the same as Perl
-0.90_1 Fri Aug 8 20:56:21 EDT 2008
+0.90_1 Aug 8, 2008
* Initial release on unsuspecting world.
Modified: branches/upstream/libtitanium-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtitanium-perl/current/META.yml?rev=27918&op=diff
==============================================================================
--- branches/upstream/libtitanium-perl/current/META.yml (original)
+++ branches/upstream/libtitanium-perl/current/META.yml Mon Dec 8 21:03:14 2008
@@ -1,6 +1,6 @@
---
name: Titanium
-version: 1.00
+version: 1.01
author:
- 'Mark Stosberg <mark at summersault.com>'
abstract: A strong, lightweight web application famework
@@ -12,7 +12,7 @@
CGI::Application::Plugin::DBH: 0
CGI::Application::Plugin::DebugScreen: 0
CGI::Application::Plugin::DevPopup: 0
- CGI::Application::Plugin::ErrorPage: 0
+ CGI::Application::Plugin::ErrorPage: 1.2
CGI::Application::Plugin::FillInForm: 0
CGI::Application::Plugin::Forward: 0
CGI::Application::Plugin::LogDispatch: 0
@@ -22,7 +22,7 @@
CGI::Application::Plugin::ValidateRM: 0
CGI::Application::Server: 0
CGI::Application::Standard::Config: 0
- Module::Starter::Plugin::CGIApp: 0
+ Module::Starter::Plugin::CGIApp: 0.05
Test::WWW::Mechanize::CGIApp: 0
generated_by: Module::Build version 0.2808
meta-spec:
@@ -31,6 +31,6 @@
provides:
Titanium:
file: lib/Titanium.pm
- version: 1.00
+ version: 1.01
resources:
license: http://dev.perl.org/licenses/
Modified: branches/upstream/libtitanium-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtitanium-perl/current/Makefile.PL?rev=27918&op=diff
==============================================================================
--- branches/upstream/libtitanium-perl/current/Makefile.PL (original)
+++ branches/upstream/libtitanium-perl/current/Makefile.PL Mon Dec 8 21:03:14 2008
@@ -13,12 +13,12 @@
'CGI::Application::Server' => 0,
'Test::WWW::Mechanize::CGIApp' => 0,
'CGI::Application' => 4,
- 'CGI::Application::Plugin::ErrorPage' => 0,
+ 'CGI::Application::Plugin::ErrorPage' => '1.2',
'CGI::Application::Dispatch' => 0,
'CGI::Application::Plugin::Session' => 0,
'CGI::Application::Plugin::ConfigAuto' => 0,
'CGI::Application::Plugin::Forward' => 0,
- 'Module::Starter::Plugin::CGIApp' => 0,
+ 'Module::Starter::Plugin::CGIApp' => '0.05',
'CGI::Application::Plugin::Redirect' => 0,
'CGI::Application::Plugin::FillInForm' => 0,
'CGI::Application::Plugin::DebugScreen' => 0,
Modified: branches/upstream/libtitanium-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtitanium-perl/current/README?rev=27918&op=diff
==============================================================================
--- branches/upstream/libtitanium-perl/current/README (original)
+++ branches/upstream/libtitanium-perl/current/README Mon Dec 8 21:03:14 2008
@@ -963,10 +963,6 @@
Rather than depending on the large CPAN dependency chain being
installed, I would like an option for users to download the full stack
of dependencies, so that you can just unpack a single file and go.
-
- * Titanium depends on Module::Starter::Plugin::CGIApp which provides
- "cgiapp-starter", a project kick-start tool. I'd like to provide
- 'titanium-starter'
* I'd like a plugin to cope with the URI-encoding that Dreamweaver does
to templates that may just mean packing and releasing the following code
Modified: branches/upstream/libtitanium-perl/current/lib/Titanium.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtitanium-perl/current/lib/Titanium.pm?rev=27918&op=diff
==============================================================================
--- branches/upstream/libtitanium-perl/current/lib/Titanium.pm (original)
+++ branches/upstream/libtitanium-perl/current/lib/Titanium.pm Mon Dec 8 21:03:14 2008
@@ -2,7 +2,7 @@
use base 'CGI::Application';
use vars '$VERSION';
-$VERSION = '1.00';
+$VERSION = '1.01';
# Just load a few recommended plugins by default.
use CGI::Application::Plugin::Forward;
@@ -1037,10 +1037,6 @@
than depending on the large CPAN dependency chain being installed, I would like
an option for users to download the full stack of dependencies, so that you can
just unpack a single file and go.
-
-* Titanium depends on L<Module::Starter::Plugin::CGIApp|Module::Starter::Plugin::CGIApp>
-which provides C<cgiapp-starter>, a project kick-start tool. I'd like to provide
-'titanium-starter'
* I'd like a plugin to cope with the URI-encoding that Dreamweaver does to templates
that may just mean packing and releasing the following code as a plug-in:
More information about the Pkg-perl-cvs-commits
mailing list