[Catalyst-commits] r14066 - in trunk/examples/Tutorial: .
Hello_Chapter2/Hello MyApp_Chapter3/MyApp
MyApp_Chapter4/MyApp MyApp_Chapter5/MyApp
MyApp_Chapter6/MyApp MyApp_Chapter7/MyApp
MyApp_Chapter8/MyApp MyApp_Chapter9_FormFu/MyApp
MyApp_Chapter9_FormHandler/MyApp
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Sun Aug 7 18:54:12 GMT 2011
Author: t0m
Date: 2011-08-07 18:54:12 +0000 (Sun, 07 Aug 2011)
New Revision: 14066
Modified:
trunk/examples/Tutorial/Hello_Chapter2.tar.gz
trunk/examples/Tutorial/Hello_Chapter2/Hello/
trunk/examples/Tutorial/MyApp_Chapter3.tar.gz
trunk/examples/Tutorial/MyApp_Chapter3/MyApp/
trunk/examples/Tutorial/MyApp_Chapter3/MyApp/Makefile.PL
trunk/examples/Tutorial/MyApp_Chapter4.tar.gz
trunk/examples/Tutorial/MyApp_Chapter4/MyApp/
trunk/examples/Tutorial/MyApp_Chapter4/MyApp/Makefile.PL
trunk/examples/Tutorial/MyApp_Chapter5.tar.gz
trunk/examples/Tutorial/MyApp_Chapter5/MyApp/Makefile.PL
trunk/examples/Tutorial/MyApp_Chapter6.tar.gz
trunk/examples/Tutorial/MyApp_Chapter6/MyApp/
trunk/examples/Tutorial/MyApp_Chapter6/MyApp/Makefile.PL
trunk/examples/Tutorial/MyApp_Chapter7.tar.gz
trunk/examples/Tutorial/MyApp_Chapter7/MyApp/
trunk/examples/Tutorial/MyApp_Chapter7/MyApp/Makefile.PL
trunk/examples/Tutorial/MyApp_Chapter8.tar.gz
trunk/examples/Tutorial/MyApp_Chapter8/MyApp/
trunk/examples/Tutorial/MyApp_Chapter8/MyApp/Makefile.PL
trunk/examples/Tutorial/MyApp_Chapter9_FormFu.tar.gz
trunk/examples/Tutorial/MyApp_Chapter9_FormFu/MyApp/
trunk/examples/Tutorial/MyApp_Chapter9_FormFu/MyApp/Makefile.PL
trunk/examples/Tutorial/MyApp_Chapter9_FormHandler.tar.gz
trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/
trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/Makefile.PL
trunk/examples/Tutorial/update_tarballs.sh
Log:
Tutorial updates
Property changes on: trunk/examples/Tutorial/Hello_Chapter2/Hello
___________________________________________________________________
Added: svn:ignore
+ META.yml
MYMETA.yml
MYMETA.json
pm_to_blib
blib
inc
Makefile
Modified: trunk/examples/Tutorial/Hello_Chapter2.tar.gz
===================================================================
(Binary files differ)
Property changes on: trunk/examples/Tutorial/MyApp_Chapter3/MyApp
___________________________________________________________________
Added: svn:ignore
+ META.yml
Makefile.old
MYMETA.yml
MYMETA.json
blib
inc
Makefile
Modified: trunk/examples/Tutorial/MyApp_Chapter3/MyApp/Makefile.PL
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter3/MyApp/Makefile.PL 2011-08-05 08:10:10 UTC (rev 14065)
+++ trunk/examples/Tutorial/MyApp_Chapter3/MyApp/Makefile.PL 2011-08-07 18:54:12 UTC (rev 14066)
@@ -14,6 +14,8 @@
requires 'namespace::autoclean';
requires 'Config::General'; # This should reflect the config file format you've chosen
# See Catalyst::Plugin::ConfigLoader for supported formats
+requires 'Catalyst::Plugin::StackTrace';
+requires 'Catalyst::Model::DBIC::Schema' => "1.27";
test_requires 'Test::More' => '0.88';
catalyst;
Modified: trunk/examples/Tutorial/MyApp_Chapter3.tar.gz
===================================================================
(Binary files differ)
Property changes on: trunk/examples/Tutorial/MyApp_Chapter4/MyApp
___________________________________________________________________
Added: svn:ignore
+ META.yml
MYMETA.yml
MYMETA.json
blib
inc
Makefile
Modified: trunk/examples/Tutorial/MyApp_Chapter4/MyApp/Makefile.PL
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter4/MyApp/Makefile.PL 2011-08-05 08:10:10 UTC (rev 14065)
+++ trunk/examples/Tutorial/MyApp_Chapter4/MyApp/Makefile.PL 2011-08-07 18:54:12 UTC (rev 14066)
@@ -14,6 +14,9 @@
requires 'namespace::autoclean';
requires 'Config::General'; # This should reflect the config file format you've chosen
# See Catalyst::Plugin::ConfigLoader for supported formats
+requires 'Catalyst::Plugin::StackTrace';
+requires 'Catalyst::Model::DBIC::Schema' => "1.27";
+requires 'DBIx::Class::TimeStamp';
test_requires 'Test::More' => '0.88';
catalyst;
Modified: trunk/examples/Tutorial/MyApp_Chapter4.tar.gz
===================================================================
(Binary files differ)
Modified: trunk/examples/Tutorial/MyApp_Chapter5/MyApp/Makefile.PL
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter5/MyApp/Makefile.PL 2011-08-05 08:10:10 UTC (rev 14065)
+++ trunk/examples/Tutorial/MyApp_Chapter5/MyApp/Makefile.PL 2011-08-07 18:54:12 UTC (rev 14066)
@@ -14,6 +14,8 @@
requires 'namespace::autoclean';
requires 'Config::General'; # This should reflect the config file format you've chosen
# See Catalyst::Plugin::ConfigLoader for supported formats
+requires 'Catalyst::Plugin::StackTrace';
+requires 'Catalyst::Model::DBIC::Schema' => "1.27";
requires 'Catalyst::Plugin::Authentication';
requires 'Catalyst::Plugin::Session';
requires 'Catalyst::Plugin::Session::Store::FastMmap';
@@ -21,6 +23,7 @@
requires 'DBIx::Class';
requires 'DBIx::Class::EncodedColumn';
requires 'DBIx::Class::TimeStamp';
+requires 'Catalyst::Authentication::Realm::SimpleDB';
test_requires 'Test::More' => '0.88';
catalyst;
Modified: trunk/examples/Tutorial/MyApp_Chapter5.tar.gz
===================================================================
(Binary files differ)
Property changes on: trunk/examples/Tutorial/MyApp_Chapter6/MyApp
___________________________________________________________________
Added: svn:ignore
+ META.yml
MYMETA.yml
MYMETA.json
pm_to_blib
blib
inc
Makefile
Modified: trunk/examples/Tutorial/MyApp_Chapter6/MyApp/Makefile.PL
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter6/MyApp/Makefile.PL 2011-08-05 08:10:10 UTC (rev 14065)
+++ trunk/examples/Tutorial/MyApp_Chapter6/MyApp/Makefile.PL 2011-08-07 18:54:12 UTC (rev 14066)
@@ -14,11 +14,16 @@
requires 'namespace::autoclean';
requires 'Config::General'; # This should reflect the config file format you've chosen
# See Catalyst::Plugin::ConfigLoader for supported formats
+requires 'Catalyst::Plugin::StackTrace';
requires 'Catalyst::Plugin::Authentication';
requires 'Catalyst::Plugin::Authorization::Roles';
requires 'Catalyst::Plugin::Session';
requires 'Catalyst::Plugin::Session::Store::FastMmap';
requires 'Catalyst::Plugin::Session::State::Cookie';
+requires 'Catalyst::Model::DBIC::Schema' => "1.27";
+requires 'DBIx::Class::TimeStamp';
+requires 'Catalyst::Authentication::Realm::SimpleDB';
+requires 'DBIx::Class::EncodedColumn';
requires 'Perl6::Junction';
test_requires 'Test::More' => '0.88';
Modified: trunk/examples/Tutorial/MyApp_Chapter6.tar.gz
===================================================================
(Binary files differ)
Property changes on: trunk/examples/Tutorial/MyApp_Chapter7/MyApp
___________________________________________________________________
Added: svn:ignore
+ META.yml
MYMETA.yml
MYMETA.json
pm_to_blib
blib
inc
Makefile
Modified: trunk/examples/Tutorial/MyApp_Chapter7/MyApp/Makefile.PL
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter7/MyApp/Makefile.PL 2011-08-05 08:10:10 UTC (rev 14065)
+++ trunk/examples/Tutorial/MyApp_Chapter7/MyApp/Makefile.PL 2011-08-07 18:54:12 UTC (rev 14066)
@@ -14,11 +14,16 @@
requires 'namespace::autoclean';
requires 'Config::General'; # This should reflect the config file format you've chosen
# See Catalyst::Plugin::ConfigLoader for supported formats
+requires 'Catalyst::Plugin::StackTrace';
requires 'Catalyst::Plugin::Authentication';
requires 'Catalyst::Plugin::Authorization::Roles';
requires 'Catalyst::Plugin::Session';
requires 'Catalyst::Plugin::Session::Store::FastMmap';
requires 'Catalyst::Plugin::Session::State::Cookie';
+requires 'Catalyst::Model::DBIC::Schema' => "1.27";
+requires 'DBIx::Class::TimeStamp';
+requires 'Catalyst::Authentication::Realm::SimpleDB';
+requires 'DBIx::Class::EncodedColumn';
requires 'Perl6::Junction';
test_requires 'Test::More' => '0.88';
Modified: trunk/examples/Tutorial/MyApp_Chapter7.tar.gz
===================================================================
(Binary files differ)
Property changes on: trunk/examples/Tutorial/MyApp_Chapter8/MyApp
___________________________________________________________________
Added: svn:ignore
+ META.yml
MYMETA.yml
MYMETA.json
pm_to_blib
blib
inc
Makefile
Modified: trunk/examples/Tutorial/MyApp_Chapter8/MyApp/Makefile.PL
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter8/MyApp/Makefile.PL 2011-08-05 08:10:10 UTC (rev 14065)
+++ trunk/examples/Tutorial/MyApp_Chapter8/MyApp/Makefile.PL 2011-08-07 18:54:12 UTC (rev 14066)
@@ -14,11 +14,16 @@
requires 'namespace::autoclean';
requires 'Config::General'; # This should reflect the config file format you've chosen
# See Catalyst::Plugin::ConfigLoader for supported formats
+requires 'Catalyst::Plugin::StackTrace';
requires 'Catalyst::Plugin::Authentication';
requires 'Catalyst::Plugin::Authorization::Roles';
requires 'Catalyst::Plugin::Session';
requires 'Catalyst::Plugin::Session::Store::FastMmap';
requires 'Catalyst::Plugin::Session::State::Cookie';
+requires 'Catalyst::Model::DBIC::Schema' => "1.27";
+requires 'DBIx::Class::TimeStamp';
+requires 'Catalyst::Authentication::Realm::SimpleDB';
+requires 'DBIx::Class::EncodedColumn';
requires 'Perl6::Junction';
test_requires 'Test::More' => '0.88';
Modified: trunk/examples/Tutorial/MyApp_Chapter8.tar.gz
===================================================================
(Binary files differ)
Property changes on: trunk/examples/Tutorial/MyApp_Chapter9_FormFu/MyApp
___________________________________________________________________
Added: svn:ignore
+ META.yml
MYMETA.yml
MYMETA.json
pm_to_blib
blib
inc
Makefile
Modified: trunk/examples/Tutorial/MyApp_Chapter9_FormFu/MyApp/Makefile.PL
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter9_FormFu/MyApp/Makefile.PL 2011-08-05 08:10:10 UTC (rev 14065)
+++ trunk/examples/Tutorial/MyApp_Chapter9_FormFu/MyApp/Makefile.PL 2011-08-07 18:54:12 UTC (rev 14066)
@@ -14,11 +14,16 @@
requires 'namespace::autoclean';
requires 'Config::General'; # This should reflect the config file format you've chosen
# See Catalyst::Plugin::ConfigLoader for supported formats
+requires 'Catalyst::Plugin::StackTrace';
requires 'Catalyst::Plugin::Authentication';
requires 'Catalyst::Plugin::Authorization::Roles';
requires 'Catalyst::Plugin::Session';
requires 'Catalyst::Plugin::Session::Store::FastMmap';
requires 'Catalyst::Plugin::Session::State::Cookie';
+requires 'Catalyst::Model::DBIC::Schema' => "1.27";
+requires 'DBIx::Class::TimeStamp';
+requires 'Catalyst::Authentication::Realm::SimpleDB';
+requires 'DBIx::Class::EncodedColumn';
requires 'Catalyst::Controller::HTML::FormFu';
requires 'Perl6::Junction';
test_requires 'Test::More' => '0.88';
Modified: trunk/examples/Tutorial/MyApp_Chapter9_FormFu.tar.gz
===================================================================
(Binary files differ)
Property changes on: trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp
___________________________________________________________________
Modified: svn:ignore
- MANIFEST
Makefile
blib
pm_to_blib
MANIFEST.bak
Makefile.old
+ META.yml
MYMETA.yml
MYMETA.json
inc
MANIFEST
Makefile
blib
pm_to_blib
MANIFEST.bak
Makefile.old
Modified: trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/Makefile.PL
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/Makefile.PL 2011-08-05 08:10:10 UTC (rev 14065)
+++ trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/Makefile.PL 2011-08-07 18:54:12 UTC (rev 14066)
@@ -23,6 +23,10 @@
requires 'namespace::autoclean';
requires 'Config::General'; # This should reflect the config file format you've chosen
# See Catalyst::Plugin::ConfigLoader for supported formats
+requires 'Catalyst::Model::DBIC::Schema' => "1.27";
+requires 'DBIx::Class::TimeStamp';
+requires 'Catalyst::Authentication::Realm::SimpleDB';
+requires 'DBIx::Class::EncodedColumn';
requires 'Perl6::Junction';
test_requires 'Test::More' => '0.88';
Modified: trunk/examples/Tutorial/MyApp_Chapter9_FormHandler.tar.gz
===================================================================
(Binary files differ)
Modified: trunk/examples/Tutorial/update_tarballs.sh
===================================================================
--- trunk/examples/Tutorial/update_tarballs.sh 2011-08-05 08:10:10 UTC (rev 14065)
+++ trunk/examples/Tutorial/update_tarballs.sh 2011-08-07 18:54:12 UTC (rev 14066)
@@ -1,6 +1,10 @@
#!/bin/sh
for x in */ ; do
+ pushd $x/* && \
+ perl Makefile.PL && \
+ make distclean && \
+ popd && \
tar cf - --exclude .svn "$x" | gzip > "${x%/}.tar.gz"
done
More information about the Catalyst-commits
mailing list