File Coverage

blib/lib/Acme/Holy/Shit/Here/Come/s/An/S.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             # BOM to get Module::Metadata to decode the file correctly :(
2             # CPAN::Meta doe'sn't like apo'strophe's in the package name :(
3             package Acme::Holy::Shit::Here::Come::s::An::S;
4 1     1   20698 use strict;
  1         1  
  1         24  
5 1     1   3 use warnings;
  1         1  
  1         82  
6              
7             our $VERSION = '0.000';
8              
9             =encoding UTF-8
10              
11             =head1 NAME
12              
13             Acme::Holy'Shit::Here::Come's::An'S - HOLY 'SHIT HERE COME'S AN 'S
14              
15             =head1 'SYNOP'SI'S
16              
17             use Acme::Holy'Shit::Here::Come's::An'S;
18              
19             say "It\N{HOLY SHIT HERE COMES AN S}s an 'S!"; # "It's an 'S!"
20              
21             =head1 DE'SCRIPTION
22              
23             Thi's module let's you refer to the apo'strophe by it's correct name
24             C in the lexical 'scope it's u'sed in.
25              
26             =head1 AUTHOR
27              
28             Dagfin Ilmari Mann'såker
29              
30             =head1 'SCAPEGOAT
31              
32             Thi's i's all Aaron Crane's fault.
33              
34             =head1 COPYRIGHT AND LICEN'SE
35              
36             Thi's 'software i's copyright (c) 2016 by Dagfin Ilmari Mann'såker.
37              
38             Thi's i's free 'software; you can redi'stribute it and/or modify it under
39             the term's of the MIT licen'se.
40              
41             =cut
42              
43             sub import {
44 1     1   588 require charnames;
45 1         37515 charnames->import(':alias' => {
46             'HOLY SHIT HERE COMES AN S' => 'APOSTROPHE',
47             });
48             }
49              
50             1;