![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | Perl-CPAN |
Filename: | Dancer-Plugin-Lexicon-0.05.tar.gz |
NAME Dancer::Plugin::Lexicon - Flexible I18N using Locale::Maketext::Lexicon for Dancer apps VERSION version 0.05 SYNOPSIS A language specific sub-class package MyApp::Lexicon::pl; sub quant { # Override default plural handling to cope # with the Polish form of plurals, ie: # 1 -> single # 2-4 -> "few" # more»
BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } use strict; use warnings; use Test::More; eval 'use Test::EOL'; plan skip_all => 'Test::EOL required' if $@; all_perl_files_ok({ trailing_whitespace => 1 });
BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } use strict; use warnings; use Test::More; eval 'use Test::NoTabs'; plan skip_all => 'Test::NoTabs required' if $@; all_perl_files_ok();
#!perl BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip more»
0.05 2012-08-06 Renamed Changes.txt to Changes - it wasn't being included by dzil 0.04 more»
This software is copyright (c) 2012 by Clinton Gormley. This is free software; you can redistribute more»
[DIR] | Dancer-Plugin-Lexicon-0.05/ (10) |