HTML-Template-Compiled-Plugin-I18N

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

        : (
            Carp           => 0, # perl dist
            English        => 0, # perl dist
            'Hash::Util'   => 0, # perl dist
            'Data::Dumper' => 0, # perl dist
        ),
    },
    build_requires => {
        'Test::NoWarnings'  => 0,
        'Test::Exception'   => 0,
        'Test::Differences' => 0,
        parent              => 0,
        'Class::Singleton'  => 0,
        $is_ppm
        ? (
           'Test::Simple' => 0, # for Test::More
        )
        : (
            Cwd          => 0, # perl dist
            'Test::More' => 0,
        ),

META.yml  view on Meta::CPAN

---
abstract: 'HTML::Template::Compiled::Plugin::I18N - Internationalization for HTC'
author:
  - 'Steffen Winkler <steffenw at cpan.org>'
build_requires:
  Class::Singleton: 0
  Cwd: 0
  Test::Differences: 0
  Test::Exception: 0
  Test::More: 0
  Test::NoWarnings: 0
  parent: 0
configure_requires:
  Module::Build: 0.36
generated_by: 'Module::Build version 0.3607'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html

Makefile.PL  view on Meta::CPAN

                   'HTML::Template::Compiled' => '0.93',
                   'parent' => 0,
                   'Test::Exception' => 0,
                   'English' => 0,
                   'Data::Dumper' => 0,
                   'Test::NoWarnings' => 0,
                   'Hash::Util' => 0,
                   'Carp' => 0,
                   'Test::More' => 0,
                   'Class::Singleton' => 0,
                   'Test::Differences' => 0,
                   'Cwd' => 0
                 }
)
;

t/31_test_examples.t  view on Meta::CPAN

#!perl

use strict;
use warnings;

use Test::More;
use Test::Differences;
use Cwd qw(getcwd chdir);

$ENV{TEST_EXAMPLE} or plan(
    skip_all => 'Set $ENV{TEST_EXAMPLE} to run this test.'
);

plan(tests => 3);

my @data = (
    {



( run in 0.614 second using v1.01-cache-2.11-cpan-131fc08a04b )