| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
1
|
|
|
1
|
|
771
|
use strict; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
27
|
|
|
2
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
64
|
|
|
3
|
|
|
|
|
|
|
package Skeletor::Template::Example; |
|
4
|
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
our $VERSION = '0.003'; |
|
6
|
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=head1 NAME |
|
8
|
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
Skeletor::Template::Example - An example template skel for Skeletor |
|
10
|
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 SYNOPSIS |
|
12
|
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
skeletor --template Skeletor::Template::Example \ |
|
14
|
|
|
|
|
|
|
--as Local::MyApp \ |
|
15
|
|
|
|
|
|
|
--directory ~/new_projects \ |
|
16
|
|
|
|
|
|
|
--author 'John Napiorkowski ' \ |
|
17
|
|
|
|
|
|
|
--year 2015 |
|
18
|
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
20
|
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
This is an example L template project skel for use to learn how to |
|
22
|
|
|
|
|
|
|
use the tool and to build custom skeleton projects of your own. |
|
23
|
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 TEMPLATE VARIABLES |
|
25
|
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
See L |
|
27
|
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 AUTHOR |
|
29
|
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
John Napiorkowski L |
|
31
|
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=head1 COPYRIGHT & LICENSE |
|
33
|
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
Copyright 2015, John Napiorkowski L |
|
35
|
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
This library is free software; you can redistribute it and/or modify it under |
|
37
|
|
|
|
|
|
|
the same terms as Perl itself. |
|
38
|
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=cut |
|
40
|
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
1; |