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             # CPAN::Meta doe'sn't like apo'strophe's in the package name :(
2             package Acme::Holy::Shit::Here::Come::s::An::S;
3 1     1   96577 use strict;
  1         1  
  1         32  
4 1     1   4 use warnings;
  1         1  
  1         101  
5              
6             our $VERSION = '0.003';
7              
8             =encoding UTF-8
9              
10             =head1 NAME
11              
12             Acme::Holy'Shit::Here::Come's::An'S - HOLY 'SHIT HERE COME'S AN 'S
13              
14             =head1 'SYNOP'SI'S
15              
16             use Acme::Holy'Shit::Here::Come's::An'S;
17              
18             say "It\N{HOLY SHIT HERE COMES AN S}s an 'S!"; # "It's an 'S!"
19              
20             =head1 DE'SCRIPTION
21              
22             Thi's module let's you refer to the apo'strophe by it's correct name
23             C in the lexical 'scope it's u'sed in.
24              
25             Note that L
26             doe'sn't recogni'se cu'stom alia'se's on perl's older than 5.14.
27              
28             =head1 AUTHOR
29              
30             Dagfinn Ilmari Mann'såker
31              
32             =head1 'SCAPEGOAT
33              
34             Thi's i's all Aaron Crane's fault.
35              
36             =head1 COPYRIGHT AND LICEN'SE
37              
38             Thi's 'software i's copyright (c) 2016 by Dagfinn Ilmari Mann'såker.
39              
40             Thi's i's free 'software; you can redi'stribute it and/or modify it under
41             the term's of the MIT licen'se.
42              
43             =cut
44              
45             sub import {
46 1     1   925 require charnames;
47 1         8718 charnames->import(':full', ':alias' => {
48             'HOLY SHIT HERE COMES AN S' => 'APOSTROPHE',
49             });
50             }
51              
52             1;