line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Module::Setup::Flavor::JJNAPIORK; |
2
|
1
|
|
|
1
|
|
51340
|
use base 'Module::Setup::Flavor'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
1419
|
|
3
|
|
|
|
|
|
|
|
4
|
1
|
|
|
1
|
|
41007
|
use 5.008005; |
|
1
|
|
|
|
|
5
|
|
|
1
|
|
|
|
|
45
|
|
5
|
1
|
|
|
1
|
|
6
|
use strict; |
|
1
|
|
|
|
|
9
|
|
|
1
|
|
|
|
|
49
|
|
6
|
1
|
|
|
1
|
|
5
|
use warnings FATAL => 'all'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
74
|
|
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
our $VERSION = '0.07'; |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
1; |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=head1 NAME |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
Module::Setup::Flavor::JJNAPIORK - How I use Module::Setup |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 SYNOPSIS |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
module-setup --flavor-class=JJNAPIORK MyApp |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 DESCRIPTION |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
This is a custom flavor for using L so that I can just build |
23
|
|
|
|
|
|
|
a default project skeleton that comes out reasonable close to the way I expect |
24
|
|
|
|
|
|
|
it to be. That way I can avoid copying files around from an existing good |
25
|
|
|
|
|
|
|
module or running C and then having to delete and massage a lot |
26
|
|
|
|
|
|
|
of things. |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 AUTHOR |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
John Napiorkowski C< <> > |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=head1 COPYRIGHT & LICENSE |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
Copyright 2011, John Napiorkowski |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify it under |
37
|
|
|
|
|
|
|
the same terms as Perl itself. |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=cut |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
__DATA__ |