Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
podata accessor for web::application
  • Loading branch information
c9s authored and audreyt committed Oct 15, 2010
1 parent 97f6625 commit defb26a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions lib/App/I18N/Web.pm
Expand Up @@ -4,21 +4,20 @@ use strict;
use base qw(Tatsumaki::Application);
use Any::Moose;

# web po options

# XXX: web po => options
has webpo =>
( is => 'rw', isa => 'HashRef', default => sub {
+{

}
} );

has db =>
( is => 'rw' );


has podata =>
( is => 'rw' , isa => 'HashRef' , default => sub { +{ } } );


has db =>
( is => 'rw' );


1;

0 comments on commit defb26a

Please sign in to comment.