r33533 - in /trunk/libcatalyst-modules-perl: debian/ tarballs/ tarballs/01/ tarballs/02/ tarballs/04/ tarballs/05/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Apr 18 20:03:44 UTC 2009


Author: gregoa
Date: Sat Apr 18 20:03:37 2009
New Revision: 33533

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33533
Log:
* Updated modules:
  + Catalyst::Authentication::Credential::Authen::Simple 0.03
  + Catalyst::Plugin::I18N 0.09
  + Catalyst::Plugin::Session::Store::DBIC 0.09
  + Catalyst::Plugin::Session::Store::FastMmap 0.07
  + Catalyst::Plugin::Session::Store::File 0.15
  + Catalyst::Plugin::Static::Simple 0.21
  + Catalyst::Plugin::Unicode 0.9
  + Catalyst::View::JSON 0.25
  + Catalyst::View::Mason 0.17
* New modules:
  + Catalyst::Controller::HTML::FormFu 0.04001 (closes: #508273)
  + Catalyst::Component::InstancePerContext 0.001001 (closes: #508262)
* debian/control:
  - add build and runtime dependencies for the new modules
  - add /me to Uploaders
* Update list of included modules in debian/control and debian/copyright.
* Add an additonal lintian override, remove the obsolete ones.
* debian/rules:
  - fix permissions of a POD file
  - move /usr/bin/rpc_client to examples

Added:
    trunk/libcatalyst-modules-perl/tarballs/01/Catalyst-Plugin-Static-Simple-0.21.tar.gz   (with props)
    trunk/libcatalyst-modules-perl/tarballs/01/Catalyst-Plugin-Unicode-0.9.tar.gz   (with props)
    trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-Plugin-Session-Store-DBIC-0.09.tar.gz   (with props)
    trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-Plugin-Session-Store-FastMmap-0.07.tar.gz   (with props)
    trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-Plugin-Session-Store-File-0.15.tar.gz   (with props)
    trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-View-JSON-0.25.tar.gz   (with props)
    trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-View-Mason-0.17.tar.gz   (with props)
    trunk/libcatalyst-modules-perl/tarballs/04/Catalyst-Authentication-Credential-Authen-Simple-0.03.tar.gz   (with props)
    trunk/libcatalyst-modules-perl/tarballs/04/Catalyst-Plugin-I18N-0.09.tar.gz   (with props)
    trunk/libcatalyst-modules-perl/tarballs/05/
    trunk/libcatalyst-modules-perl/tarballs/05/Catalyst-Component-InstancePerContext-0.001001.tar.gz   (with props)
    trunk/libcatalyst-modules-perl/tarballs/05/Catalyst-Controller-HTML-FormFu-0.04001.tar.gz   (with props)
Removed:
    trunk/libcatalyst-modules-perl/tarballs/01/Catalyst-Plugin-Static-Simple-0.20.tar.gz
    trunk/libcatalyst-modules-perl/tarballs/01/Catalyst-Plugin-Unicode-0.8.tar.gz
    trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-Plugin-Session-Store-DBIC-0.08.tar.gz
    trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-Plugin-Session-Store-FastMmap-0.06.tar.gz
    trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-Plugin-Session-Store-File-0.13.tar.gz
    trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-View-JSON-0.24.tar.gz
    trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-View-Mason-0.16.tar.gz
    trunk/libcatalyst-modules-perl/tarballs/04/Catalyst-Authentication-Credential-Authen-Simple-0.02.tar.gz
    trunk/libcatalyst-modules-perl/tarballs/04/Catalyst-Plugin-I18N-0.08.tar.gz
Modified:
    trunk/libcatalyst-modules-perl/debian/changelog
    trunk/libcatalyst-modules-perl/debian/control
    trunk/libcatalyst-modules-perl/debian/copyright
    trunk/libcatalyst-modules-perl/debian/lintian-overrides
    trunk/libcatalyst-modules-perl/debian/rules
    trunk/libcatalyst-modules-perl/tarballs/packages.cfg

Modified: trunk/libcatalyst-modules-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/changelog?rev=33533&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/changelog (original)
+++ trunk/libcatalyst-modules-perl/debian/changelog Sat Apr 18 20:03:37 2009
@@ -1,6 +1,33 @@
 libcatalyst-modules-perl (33) UNRELEASED; urgency=low
 
+  WAITS for libhtml-formfu-perl (0.04001-1)
+  (which waits for Hash::Flatten)
+
+  [ Ryan Niebur ]
   * Remove Florian Ragwitz from Uploaders (Closes: #523244)
+
+  [ gregor herrmann ]
+  * Updated modules:
+    + Catalyst::Authentication::Credential::Authen::Simple 0.03
+    + Catalyst::Plugin::I18N 0.09
+    + Catalyst::Plugin::Session::Store::DBIC 0.09
+    + Catalyst::Plugin::Session::Store::FastMmap 0.07
+    + Catalyst::Plugin::Session::Store::File 0.15
+    + Catalyst::Plugin::Static::Simple 0.21
+    + Catalyst::Plugin::Unicode 0.9
+    + Catalyst::View::JSON 0.25
+    + Catalyst::View::Mason 0.17
+  * New modules:
+    + Catalyst::Controller::HTML::FormFu 0.04001 (closes: #508273)
+    + Catalyst::Component::InstancePerContext 0.001001 (closes: #508262)
+  * debian/control:
+    - add build and runtime dependencies for the new modules
+    - add /me to Uploaders
+  * Update list of included modules in debian/control and debian/copyright.
+  * Add an additonal lintian override, remove the obsolete ones.
+  * debian/rules:
+    - fix permissions of a POD file
+    - move /usr/bin/rpc_client to examples
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 08 Apr 2009 19:09:46 -0700
 

Modified: trunk/libcatalyst-modules-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/control?rev=33533&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/control (original)
+++ trunk/libcatalyst-modules-perl/debian/control Sat Apr 18 20:03:37 2009
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+ gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libuniversal-isa-perl, libuniversal-can-perl, 
  libdbd-sqlite3-perl, libclass-dbi-perl, liblog-log4perl-perl, 
@@ -15,47 +16,46 @@
  libparams-validate-perl, libcache-fastmmap-perl, libauthen-simple-perl, 
  liblocale-maketext-simple-perl, liblocale-maketext-lexicon-perl, 
  libconfig-general-perl, libjson-perl, libconfig-tiny-perl, libxml-simple-perl, 
- libyaml-perl, libdata-visitor-perl, libtest-www-mechanize-perl, 
+ libyaml-perl, libdata-visitor-perl, libtest-www-mechanize-perl (>= 1.16), 
  libconfig-any-perl, libcgi-formbuilder-perl, libjson-any-perl,
  libhtml-mason-perl, libsub-install-perl, libemail-mime-perl (>= 1.859), 
  libemail-mime-creator-perl (>= 1.453), libclass-c3-perl, 
- libemail-send-perl (>= 2.185), libtest-www-mechanize-catalyst-perl
+ libemail-send-perl (>= 2.185), libtest-www-mechanize-catalyst-perl,
+ libtemplate-perl, libregexp-assemble-perl, libhtml-formfu-perl (>= 0.04001),
+ libtask-weaken-perl, libmoose-perl, libtie-ixhash-perl
 Standards-Version: 3.8.1
 
 Package: libcatalyst-modules-perl
 Architecture: all
-Depends: perl (>= 5.8.0-7), libjson-perl, libhtml-prototype-perl, 
- libuniversal-isa-perl, libuniversal-can-perl, liblog-log4perl-perl, 
+Depends: perl (>= 5.8.0-7), libjson-perl, libhtml-prototype-perl,
+ libuniversal-isa-perl, libuniversal-can-perl, liblog-log4perl-perl,
  libcatalyst-perl (>= 5.7012-7), libfile-slurp-perl, libcatalyst-view-tt-perl,
- libtemplate-plugin-class-perl, libpath-class-perl, libdevel-stacktrace-perl, 
- libobject-signature-perl, libcache-cache-perl, libclass-throwable-perl, 
- libset-object-perl, libdbix-class-perl, libhtml-widget-perl, 
- libdbix-class-schema-loader-perl, librpc-xml-perl, libparams-validate-perl, 
- libcache-fastmmap-perl, liblocale-maketext-simple-perl, libjson-any-perl, 
- liblocale-maketext-lexicon-perl, libdata-visitor-perl, libtest-www-mechanize-perl, 
- libconfig-any-perl, libcgi-formbuilder-perl, libsub-install-perl, 
- libemail-mime-perl (>= 1.859), libemail-mime-creator-perl (>= 1.453), 
- libclass-c3-perl, libemail-send-perl (>= 2.185), libauthen-simple-perl
+ libtemplate-plugin-class-perl, libpath-class-perl, libdevel-stacktrace-perl,
+ libobject-signature-perl, libcache-cache-perl, libclass-throwable-perl,
+ libset-object-perl, libdbix-class-perl, libhtml-widget-perl,
+ libdbix-class-schema-loader-perl, librpc-xml-perl, libparams-validate-perl,
+ libcache-fastmmap-perl, liblocale-maketext-simple-perl, libjson-any-perl,
+ liblocale-maketext-lexicon-perl, libdata-visitor-perl,
+ libtest-www-mechanize-perl (>= 1.16), libconfig-any-perl,
+ libcgi-formbuilder-perl, libsub-install-perl, libemail-mime-perl (>= 1.859),
+ libemail-mime-creator-perl (>= 1.453), libclass-c3-perl,
+ libemail-send-perl (>= 2.185), libauthen-simple-perl, libregexp-assemble-perl,
+ libhtml-formfu-perl (>= 0.04001), libtask-weaken-perl,
+ libtest-www-mechanize-catalyst-perl, libmoose-perl, libtie-ixhash-perl
 Suggests: libconfig-tiny-perl, libxml-simple-perl, libconfig-general-perl, 
- libyaml-perl, libhtml-mason-perl, libtest-www-mechanize-catalyst-perl
+ libyaml-perl, libhtml-mason-perl
 Enhances: libcatalyst-perl
-Description: Modules for Catalyst MVC Web Application Framework
+Description: modules for Catalyst MVC Web Application Framework
  This package includes some modules to enhance Catalyst. It demands many perl
  modules to keep dependency but they are relatively small.
  .
  Currently the following modules are included:
- .
- Test::WWW::Mechanize::Catalyst
- Test::WWW::Mechanize for Catalyst
  .
  Catalyst::Action::RenderView
  Sensible default end action.
  .
  Catalyst::Log::Log4perl
  Log::Log4perl logging for Catalyst
- .
- Catalyst::Manual
- package holding the Catalyst developer's manual and tutorial
  .
  Catalyst::Model::DBI
  DBI Model Class
@@ -159,3 +159,9 @@
  .
  Catalyst::View::Email
  Send Email from Catalyst
+ .
+ Catalyst::Component::InstancePerContext
+ Moose role to create only one instance of component per context
+ .
+ Catalyst::Controller::HTML::FormFu
+ Catalyst integration for HTML::FormFu

Modified: trunk/libcatalyst-modules-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/copyright?rev=33533&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/copyright (original)
+++ trunk/libcatalyst-modules-perl/debian/copyright Sat Apr 18 20:03:37 2009
@@ -5,14 +5,6 @@
 
 They are all downloaded from http://search.cpan.org/
 
-* Test::WWW::Mechanize::Catalyst
-
-Author:
-	Leon Brocard, <acme at astray.com>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
 * Catalyst::Action::RenderView
 
 Author:
@@ -26,14 +18,6 @@
 Authors:
 	Adam Jacob, <adam at stalecoffee.org>
 	Andreas Marienborg, <omega at palle.net>
-
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
-* Catalyst::Manual
-
-Author:
-	The Catalyst Core Team - see http://catalyst.perl.org/
 
  This program is free software, you can redistribute it and/or modify it under
  the same terms as Perl itself.
@@ -346,6 +330,22 @@
  This program is free software, you can redistribute it and/or modify it under
  the same terms as Perl itself.
 
+* Catalyst::Component::InstancePerContext
+
+Author:
+	Guillermo Roditi (groditi) <groditi at cpan.org>
+
+ This program is free software, you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+* Catalyst::Controller::HTML::FormFu
+
+Author:
+	Carl Franks, <cfranks at cpan.org>
+
+ This program is free software, you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
 -----------------------------------------------------------------------------
 Perl is distributed under licenses:
 

Modified: trunk/libcatalyst-modules-perl/debian/lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/lintian-overrides?rev=33533&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/lintian-overrides (original)
+++ trunk/libcatalyst-modules-perl/debian/lintian-overrides Sat Apr 18 20:03:37 2009
@@ -1,15 +1,1 @@
-libcatalyst-modules-perl: manpage-has-errors-from-man usr/share/man/man3/Catalyst::Manual::Cookbook.3pm.gz 1616: warning [p 20, 9.3i]: can't break line
-libcatalyst-modules-perl: manpage-has-errors-from-man usr/share/man/man3/Catalyst::Manual::Tutorial.3pm.gz 175: warning [p 1, 6.5i]: can't break line
-libcatalyst-modules-perl: manpage-has-errors-from-man usr/share/man/man3/Catalyst::Manual::Tutorial::AdvancedCRUD.3pm.gz 196: warning [p 1, 10.0i]: can't break line
-libcatalyst-modules-perl: manpage-has-errors-from-man usr/share/man/man3/Catalyst::Manual::Tutorial::AdvancedCRUD::FormFu.3pm.gz 792: warning [p 10, 5.0i]: can't break line
-libcatalyst-modules-perl: manpage-has-errors-from-man usr/share/man/man3/Catalyst::Manual::Tutorial::Appendices.3pm.gz 873: warning [p 10, 8.2i]: can't break line
-libcatalyst-modules-perl: manpage-has-errors-from-man usr/share/man/man3/Catalyst::Manual::Tutorial::Authentication.3pm.gz 1000: warning [p 13, 2.3i]: can't break line
-libcatalyst-modules-perl: manpage-has-errors-from-man usr/share/man/man3/Catalyst::Manual::Tutorial::Authorization.3pm.gz 516: warning [p 6, 5.5i]: can't break line
-libcatalyst-modules-perl: manpage-has-errors-from-man usr/share/man/man3/Catalyst::Manual::Tutorial::BasicCRUD.3pm.gz 685: warning [p 8, 10.8i]: can't break line
-libcatalyst-modules-perl: manpage-has-errors-from-man usr/share/man/man3/Catalyst::Manual::Tutorial::CatalystBasics.3pm.gz 538: warning [p 6, 5.3i]: can't break line
-libcatalyst-modules-perl: manpage-has-errors-from-man usr/share/man/man3/Catalyst::Manual::Tutorial::Debugging.3pm.gz 437: warning [p 4, 10.2i]: can't break line
-libcatalyst-modules-perl: manpage-has-errors-from-man usr/share/man/man3/Catalyst::Manual::Tutorial::Intro.3pm.gz 432: warning [p 5, 2.2i]: can't break line
-libcatalyst-modules-perl: manpage-has-errors-from-man usr/share/man/man3/Catalyst::Manual::Tutorial::MoreCatalystBasics.3pm.gz 1217: warning [p 16, 0.3i]: can't break line
-libcatalyst-modules-perl: manpage-has-errors-from-man usr/share/man/man3/Catalyst::Manual::Tutorial::Testing.3pm.gz 495: warning [p 5, 9.3i]: can't break line
-libcatalyst-modules-perl: manpage-has-errors-from-man usr/share/man/man3/Catalyst::Plugin::I18N::Manual.3pm.gz 382: warning [p 4, 7.0i]: can't break line
-libcatalyst-modules-perl: manpage-has-errors-from-man usr/share/man/man3/Catalyst::View::JSON.3pm.gz 425: warning [p 4, 10.0i]: can't break line
+libcatalyst-modules-perl: manpage-has-errors-from-pod2man usr/share/man/man3/Catalyst::Plugin::XMLRPC.3pm.gz:188

Modified: trunk/libcatalyst-modules-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/rules?rev=33533&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/rules (original)
+++ trunk/libcatalyst-modules-perl/debian/rules Sat Apr 18 20:03:37 2009
@@ -28,16 +28,22 @@
 	rm -rf build-area
 	dh_clean
 
-	
 binary-indep: build
 	dh_testdir
 	dh_testroot
+
 	find . -name '.*' -exec rm -f {} \;
 	rm -rf $(CURDIR)/debian/libcatalyst-modules-perl/usr/lib/
+	chmod -x $(CURDIR)/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/Server/XMLRPC/Tutorial.pod
+	mkdir -p $(CURDIR)/debian/libcatalyst-modules-perl/usr/share/doc/libcatalyst-modules-perl/examples
+	mv $(CURDIR)/debian/libcatalyst-modules-perl/usr/bin/rpc_client $(CURDIR)/debian/libcatalyst-modules-perl/usr/share/doc/libcatalyst-modules-perl/examples
+	rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libcatalyst-modules-perl/usr/bin
+
 	dh_installchangelogs
 	dh_installdocs
 	dh_installexamples
 	dh_installman
+	dh_lintian
 	dh_link
 	dh_compress
 	dh_fixperms

Added: trunk/libcatalyst-modules-perl/tarballs/01/Catalyst-Plugin-Static-Simple-0.21.tar.gz
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/tarballs/01/Catalyst-Plugin-Static-Simple-0.21.tar.gz?rev=33533&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/libcatalyst-modules-perl/tarballs/01/Catalyst-Plugin-Static-Simple-0.21.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/libcatalyst-modules-perl/tarballs/01/Catalyst-Plugin-Unicode-0.9.tar.gz
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/tarballs/01/Catalyst-Plugin-Unicode-0.9.tar.gz?rev=33533&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/libcatalyst-modules-perl/tarballs/01/Catalyst-Plugin-Unicode-0.9.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-Plugin-Session-Store-DBIC-0.09.tar.gz
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-Plugin-Session-Store-DBIC-0.09.tar.gz?rev=33533&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-Plugin-Session-Store-DBIC-0.09.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-Plugin-Session-Store-FastMmap-0.07.tar.gz
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-Plugin-Session-Store-FastMmap-0.07.tar.gz?rev=33533&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-Plugin-Session-Store-FastMmap-0.07.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-Plugin-Session-Store-File-0.15.tar.gz
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-Plugin-Session-Store-File-0.15.tar.gz?rev=33533&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-Plugin-Session-Store-File-0.15.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-View-JSON-0.25.tar.gz
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-View-JSON-0.25.tar.gz?rev=33533&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-View-JSON-0.25.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-View-Mason-0.17.tar.gz
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-View-Mason-0.17.tar.gz?rev=33533&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/libcatalyst-modules-perl/tarballs/02/Catalyst-View-Mason-0.17.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/libcatalyst-modules-perl/tarballs/04/Catalyst-Authentication-Credential-Authen-Simple-0.03.tar.gz
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/tarballs/04/Catalyst-Authentication-Credential-Authen-Simple-0.03.tar.gz?rev=33533&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/libcatalyst-modules-perl/tarballs/04/Catalyst-Authentication-Credential-Authen-Simple-0.03.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/libcatalyst-modules-perl/tarballs/04/Catalyst-Plugin-I18N-0.09.tar.gz
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/tarballs/04/Catalyst-Plugin-I18N-0.09.tar.gz?rev=33533&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/libcatalyst-modules-perl/tarballs/04/Catalyst-Plugin-I18N-0.09.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/libcatalyst-modules-perl/tarballs/05/Catalyst-Component-InstancePerContext-0.001001.tar.gz
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/tarballs/05/Catalyst-Component-InstancePerContext-0.001001.tar.gz?rev=33533&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/libcatalyst-modules-perl/tarballs/05/Catalyst-Component-InstancePerContext-0.001001.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/libcatalyst-modules-perl/tarballs/05/Catalyst-Controller-HTML-FormFu-0.04001.tar.gz
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/tarballs/05/Catalyst-Controller-HTML-FormFu-0.04001.tar.gz?rev=33533&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/libcatalyst-modules-perl/tarballs/05/Catalyst-Controller-HTML-FormFu-0.04001.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: trunk/libcatalyst-modules-perl/tarballs/packages.cfg
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/tarballs/packages.cfg?rev=33533&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/tarballs/packages.cfg (original)
+++ trunk/libcatalyst-modules-perl/tarballs/packages.cfg Sat Apr 18 20:03:37 2009
@@ -274,3 +274,15 @@
 description	Verify credentials with the Authen::Simple framework
 author		Jose Luis Martinez, jlmartinez at capside.com
 </Catalyst-Authentication-Credential-Authen-Simple>
+
+<Catalyst-Controller-HTML-FormFu>
+watch		http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Controller-HTML-FormFu-([\.\d]+)\.tar\.gz
+description	Catalyst integration for HTML::FormFu
+author		Carl Franks, <cfranks at cpan.org>
+</Catalyst-Controller-HTML-FormFu>
+
+<Catalyst-Component-InstancePerContext>
+watch		http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Component-InstancePerContext-([\.\d]+)\.tar\.gz
+description	Moose role to create only one instance of component per context
+author		Guillermo Roditi (groditi) <groditi at cpan.org>
+</Catalyst-Component-InstancePerContext>




More information about the Pkg-perl-cvs-commits mailing list