File: Template-Provider-Unicode-Japanese.tml

package info (click to toggle)
libyaml-tiny-perl 1.64-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 556 kB
  • ctags: 80
  • sloc: perl: 1,363; makefile: 2
file content (47 lines) | stat: -rw-r--r-- 1,169 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
=== Template-Provider-Unicode-Japanese
--- yaml
--- 
abstract: Decode all templates by Unicode::Japanese
author: Hironori Yoshida C<< <yoshida@cpan.org> >>
distribution_type: module
generated_by: Module::Install version 0.65
license: perl
meta-spec: 
  url: http://module-build.sourceforge.net/META-spec-v1.3.html
  version: 1.3
name: Template-Provider-Unicode-Japanese
no_index: 
  directory: 
    - inc
    - t
requires: 
  Template::Config: 0
  Unicode::Japanese: 0
  perl: 5.6.0
  version: 0
version: 1.2.1

--- perl
[ {
    abstract => 'Decode all templates by Unicode::Japanese',
    author   => 'Hironori Yoshida C<< <yoshida@cpan.org> >>',
    distribution_type => 'module',
    generated_by => 'Module::Install version 0.65',
    license => 'perl',
    'meta-spec' => {
        url => 'http://module-build.sourceforge.net/META-spec-v1.3.html',
        version => '1.3',
    },
    name => 'Template-Provider-Unicode-Japanese',
    no_index => {
        directory => [ qw{ inc t } ],
    },
    requires => {
        'Template::Config' => 0,
        'Unicode::Japanese' => 0,
        perl => '5.6.0',
        version => '0',
    },
    version => '1.2.1',
} ]