File Coverage

blib/lib/Acme/MetaSyntactic/kodokan.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Acme::MetaSyntactic::kodokan;
2              
3 1     1   94065 use strict;
  1         5  
  1         204  
4 1     1   8 use warnings;
  1         2  
  1         60  
5 1     1   5 no warnings 'syntax';
  1         5  
  1         66  
6              
7 1     1   5 use Acme::MetaSyntactic::MultiList;
  1         3  
  1         97  
8             our @ISA = qw [Acme::MetaSyntactic::MultiList];
9              
10             our $VERSION = '2012060201';
11             __PACKAGE__ -> init ();
12              
13             1;
14              
15             =head1 NAME
16              
17             Acme::MetaSyntactic::kodokan - Official Judo Techniques
18              
19             =head1 DESCRIPTION
20              
21             The I<< Kodokan >> Institute, founded in 1882 by KanE<333> JigorE<333>,
22             who also founded judo, studies and teaches judo. It maintains a list
23             of techniques it recognizes.
24              
25             The following subthemes are provided:
26              
27             =over 1
28              
29             =item C<< nage_waza >>
30              
31             The 67 recognized throwing techniques.
32              
33             =item C<< nage_waza/dai_ikkyo >>
34              
35             The 8 throwing techniques from the first group.
36              
37             =item C<< nage_waza/dai_nikyo >>
38              
39             The 8 throwing techniques from the second group.
40              
41             =item C<< nage_waza/sankyo >>
42              
43             The 8 throwing techniques from the third group.
44              
45             =item C<< nage_waza/yonkyo >>
46              
47             The 8 throwing techniques from the fourth group.
48              
49             =item C<< nage_waza/gokyo >>
50              
51             The 8 throwing techniques from the fifth group.
52              
53             =item C<< nage_waza/habukareta_waza >>
54              
55             8 preserved throwing techniques from the 1895 list.
56              
57             =item C<< nage_waza/habukareta_waza >>
58              
59             19 newly accepted throwing techniques.
60              
61             =item C<< katame_waza >>
62              
63             The 29 official grappling techniques.
64              
65             =item C<< katame_waza/osaekomi_waza >>
66              
67             7 pins, or mat holds.
68              
69             =item C<< katame_waza/shime_waza >>
70              
71             12 chokes or strangles.
72              
73             =item C<< katame_waza/kansetsu_waza >>
74              
75             10 joint locks.
76              
77             =back
78              
79             This module is part of the set of C<< Acme::MetaSyntactic >> themes
80             found in the C<< Acme::MetaSyntactic::Themes::Abigail >> package.
81              
82             =head1 SEE ALSO
83              
84             L, L,
85             L, L,
86             L.
87              
88             =head1 AUTHOR
89              
90             Abigail, L<< mailto:cpan@abigail.be >>.
91              
92             =head1 COPYRIGHT and LICENSE
93              
94             Copyright (C) 2012 by Abigail.
95              
96             Permission is hereby granted, free of charge, to any person obtaining a
97             copy of this software and associated documentation files (the "Software"),
98             to deal in the Software without restriction, including without limitation
99             the rights to use, copy, modify, merge, publish, distribute, sublicense,
100             and/or sell copies of the Software, and to permit persons to whom the
101             Software is furnished to do so, subject to the following conditions:
102              
103             The above copyright notice and this permission notice shall be included
104             in all copies or substantial portions of the Software.
105              
106             THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
107             IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
108             FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
109             THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
110             WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
111             OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
112             THE SOFTWARE.
113              
114              
115             =cut
116              
117             __DATA__