File Coverage

blib/lib/Global/Context/Stack/Basic.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Global::Context::Stack::Basic;
2             {
3             $Global::Context::Stack::Basic::VERSION = '0.003';
4             }
5 3     3   17 use Moose;
  3         7  
  3         20  
6             with 'Global::Context::Stack';
7             # ABSTRACT: trivial class implementing Global::Context::Stack
8              
9              
10 3     3   19583 use namespace::autoclean;
  3         41  
  3         32  
11             1;
12              
13             __END__
14              
15             =pod
16              
17             =head1 NAME
18              
19             Global::Context::Stack::Basic - trivial class implementing Global::Context::Stack
20              
21             =head1 VERSION
22              
23             version 0.003
24              
25             =head1 SEE ALSO
26              
27             L<Global::Context::Stack>
28              
29             =head1 AUTHOR
30              
31             Ricardo Signes <rjbs@cpan.org>
32              
33             =head1 COPYRIGHT AND LICENSE
34              
35             This software is copyright (c) 2010 by Ricardo Signes.
36              
37             This is free software; you can redistribute it and/or modify it under
38             the same terms as the Perl 5 programming language system itself.
39              
40             =cut