r47920 - in /branches/upstream/libtitanium-perl/current: Build.PL Changes META.yml Makefile.PL README lib/Titanium.pm
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Sun Nov 29 18:07:19 UTC 2009
Author: jawnsy-guest
Date: Sun Nov 29 18:07:07 2009
New Revision: 47920
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47920
Log:
[svn-upgrade] Integrating new upstream version, libtitanium-perl (1.04)
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=47920&op=diff
==============================================================================
--- branches/upstream/libtitanium-perl/current/Build.PL (original)
+++ branches/upstream/libtitanium-perl/current/Build.PL Sun Nov 29 18:07:07 2009
@@ -22,6 +22,10 @@
'CGI::Application::Plugin::Stream' => 0,
'CGI::Application::Plugin::ValidateRM' => 0,
'CGI::Application::Standard::Config' => 0,
+
+ # This is an indirect dependency. We explictly require it here to make
+ # sure that we get a new enough version.
+ 'Compress::Raw::Zlib' => 2.0,
'Module::Starter::Plugin::CGIApp' => 0.05,
'Test::WWW::Mechanize::CGIApp' => 0,
},
Modified: branches/upstream/libtitanium-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtitanium-perl/current/Changes?rev=47920&op=diff
==============================================================================
--- branches/upstream/libtitanium-perl/current/Changes (original)
+++ branches/upstream/libtitanium-perl/current/Changes Sun Nov 29 18:07:07 2009
@@ -1,11 +1,15 @@
Revision history for Titantium.
+
+1.04 Nov 23, 2009
+ (No code changes)
+ * Update Build.PL to explicitly require a newer version of Compress::Raw::Zlib, an indirect dependency.
1.03 June 26, 2009
(No code changes)
* Update AUTOLOAD docs reflect that we load the ErrorPage plugin.
1.02 June 22, 2009
- (No code changes in this release)
+ (No code changes)
* Fix "framework" typo (David Blank-Edelman)
* Fix typo in "setup()" example. (Justin Simoni).
Modified: branches/upstream/libtitanium-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtitanium-perl/current/META.yml?rev=47920&op=diff
==============================================================================
--- branches/upstream/libtitanium-perl/current/META.yml (original)
+++ branches/upstream/libtitanium-perl/current/META.yml Sun Nov 29 18:07:07 2009
@@ -1,10 +1,12 @@
---
name: Titanium
-version: 1.03
+version: 1.04
author:
- 'Mark Stosberg <mark at summersault.com>'
-abstract: A strong, lightweight web application framework
+abstract: 'A strong, lightweight web application framework'
license: perl
+resources:
+ license: http://dev.perl.org/licenses/
requires:
CGI::Application: 4
CGI::Application::Dispatch: 0
@@ -22,15 +24,14 @@
CGI::Application::Plugin::ValidateRM: 0
CGI::Application::Server: 0
CGI::Application::Standard::Config: 0
+ Compress::Raw::Zlib: 2
Module::Starter::Plugin::CGIApp: 0.05
Test::WWW::Mechanize::CGIApp: 0
-generated_by: Module::Build version 0.32
+provides:
+ Titanium:
+ file: lib/Titanium.pm
+ version: 1.04
+generated_by: Module::Build version 0.280801
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.2.html
version: 1.2
-provides:
- Titanium:
- file: lib/Titanium.pm
- version: 1.03
-resources:
- license: ~
Modified: branches/upstream/libtitanium-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtitanium-perl/current/Makefile.PL?rev=47920&op=diff
==============================================================================
--- branches/upstream/libtitanium-perl/current/Makefile.PL (original)
+++ branches/upstream/libtitanium-perl/current/Makefile.PL Sun Nov 29 18:07:07 2009
@@ -1,30 +1,32 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.32
+# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
use ExtUtils::MakeMaker;
WriteMakefile
(
- 'INSTALLDIRS' => 'site',
'NAME' => 'Titanium',
- 'EXE_FILES' => [],
'VERSION_FROM' => 'lib/Titanium.pm',
'PREREQ_PM' => {
+ 'CGI::Application' => 4,
+ 'CGI::Application::Dispatch' => 0,
+ 'CGI::Application::Plugin::ConfigAuto' => 0,
+ 'CGI::Application::Plugin::DBH' => 0,
+ 'CGI::Application::Plugin::DebugScreen' => 0,
'CGI::Application::Plugin::DevPopup' => 0,
+ 'CGI::Application::Plugin::ErrorPage' => '1.2',
+ 'CGI::Application::Plugin::FillInForm' => 0,
+ 'CGI::Application::Plugin::Forward' => 0,
+ 'CGI::Application::Plugin::LogDispatch' => 0,
+ 'CGI::Application::Plugin::Redirect' => 0,
+ 'CGI::Application::Plugin::Session' => 0,
+ 'CGI::Application::Plugin::Stream' => 0,
'CGI::Application::Plugin::ValidateRM' => 0,
'CGI::Application::Server' => 0,
- 'Test::WWW::Mechanize::CGIApp' => 0,
- 'CGI::Application' => 4,
- '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,
+ 'CGI::Application::Standard::Config' => 0,
+ 'Compress::Raw::Zlib' => '2',
'Module::Starter::Plugin::CGIApp' => '0.05',
- 'CGI::Application::Plugin::Redirect' => 0,
- 'CGI::Application::Plugin::FillInForm' => 0,
- 'CGI::Application::Plugin::DebugScreen' => 0,
- 'CGI::Application::Plugin::DBH' => 0,
- 'CGI::Application::Plugin::Stream' => 0,
- 'CGI::Application::Plugin::LogDispatch' => 0,
- 'CGI::Application::Standard::Config' => 0
- }
+ 'Test::WWW::Mechanize::CGIApp' => 0
+ },
+ 'INSTALLDIRS' => 'site',
+ 'EXE_FILES' => [],
+ 'PL_FILES' => {}
)
;
Modified: branches/upstream/libtitanium-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtitanium-perl/current/README?rev=47920&op=diff
==============================================================================
--- branches/upstream/libtitanium-perl/current/README (original)
+++ branches/upstream/libtitanium-perl/current/README Sun Nov 29 18:07:07 2009
@@ -135,7 +135,7 @@
webapp.cgi : The Instance Script which implements your Application Module.
$c : Used in instance methods to pass around the
current object. (Sometimes referred as "$self" in other projects.)
- Think of the "$c" as short for "controller".
+ Think of the "$c" as short for "controller".
Script/Dispatching Methods
By inheriting from Titanium you have access to a number of built-in
@@ -550,6 +550,7 @@
# such as to load settings from a database or file.
}
+
# In MyApplication.pm:
package MyApplication;
use base 'MySuperclass';
@@ -583,6 +584,7 @@
# authorization functions.
}
+
# In MyApplication.pm:
package MyApplication;
use base 'MySuperclass';
@@ -756,7 +758,7 @@
my $c = shift;
my $dbh = $c->dbh;
- }
+ }
Easy access to a DBI database handle. The database connection is not
created until the first call to "dbh()". See
@@ -777,7 +779,7 @@
more features and details.
cfg()
- $c->cfg('root_uri');
+ $c->cfg('root_uri');
Easy access to parameters loaded from a config file, which can be stored
in one of several formats, including YAML and Pure Perl. For more
@@ -795,7 +797,7 @@
check_rm()
my ($results, $err_page) = $c->check_rm('form_display','_form_profile');
- return $err_page if $err_page;
+ return $err_page if $err_page;
Easy form validation with Data::FormValidator. If the validation fails,
we'll re-display the form for the user with their data pre-filled and
@@ -821,15 +823,15 @@
CGI::Application::Plugin::FillInForm for details.
error()
- $c->error( title => '..', msg => '..' );
+ $c->error( title => '..', msg => '..' );
Provide quick error messages back to the user for exceptional cases. You
can provide your own custom designed template or use the default one
built-in. See CGI::Application::Plugin::ErrorPage.
stream_file()
- $c->stream_file($file);
-
+ $c->stream_file($file);
+
If your run mode is outputing an image or a spreadsheet instead of an
HTML page, you may want to stream the output. This method takes care of
the boring details of buffering, headers and MIME types. See
@@ -990,7 +992,7 @@
$ht_params->{filter} = [\&ht_uri_decode]
}
});
-
+
SEE ALSO
* CGI::Application
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=47920&op=diff
==============================================================================
--- branches/upstream/libtitanium-perl/current/lib/Titanium.pm (original)
+++ branches/upstream/libtitanium-perl/current/lib/Titanium.pm Sun Nov 29 18:07:07 2009
@@ -2,7 +2,7 @@
use base 'CGI::Application';
use vars '$VERSION';
-$VERSION = '1.03';
+$VERSION = '1.04';
# Just load a few recommended plugins by default.
use CGI::Application::Plugin::Forward;
More information about the Pkg-perl-cvs-commits
mailing list