[Maypole] Maypole 1.99_01 released

From: Sebastian Riedel (sri at oook.de)
Date: Mon Oct 18 2004 - 12:30:15 BST


Hi,

I've just released a 1.99_01 development snapshot (maybe release
candidate for 2.0) to CPAN.

http://search.cpan.org/~sri/Maypole-1.99_01/

Next to countless new features and bugfixes, the most noteworthy changes
are mod_perl2 compatibility, the addition of Maypole::Application (a
friendly frontend), exception handling and new factory templates
(http://maypole.perl.org/newbeer/frontpage).

We are also introducing the Maypole::Plugin:: namespace.
You can find 8 (more or less useful) example plugins on CPAN, which i
also released today.

Maypole::Plugin::Authentication::Abstract
Maypole::Plugin::Component
Maypole::Plugin::Config::YAML
Maypole::Plugin::Exception
Maypole::Plugin::Loader
Maypole::Plugin::Relationship
Maypole::Plugin::Transaction
Maypole::Plugin::Untaint

Here is a minimal Maypole application to wet you appeite, using the new
Maypole::Application and Maypole::Plugin::Config::YAML.

package MyApp;

use strict;
use Maypole::Application qw(Config::YAML -Setup);

1;
__DATA__
--- #YAML:1.0
dsn: 'dbi:Pg:dbname=myapp'
user: myuser
pass: mypass
uri_base: 'http://127.0.0.1/myapp'
template_root: '/home/sri/myapp/templates'
rows_per_page: 10

P.S.: No, the PAUSE permissions are still not fixed, but i don't care
anymore...

Happy bughunting,
sebastian

_______________________________________________
maypole mailing list
maypole at lists.netthink.co.uk
http://lists.netthink.co.uk/listinfo/maypole



This archive was generated by hypermail 2.1.3 : Thu Feb 24 2005 - 22:25:56 GMT