| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package PPI::App::ppi_version::BDFOY; |
|
2
|
1
|
|
|
1
|
|
343002
|
use parent qw(PPI::App::ppi_version::BRIANDFOY); |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
9
|
|
|
3
|
|
|
|
|
|
|
|
|
4
|
|
|
|
|
|
|
our $VERSION = '1.007'; |
|
5
|
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
1; |
|
7
|
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
=encoding utf8 |
|
9
|
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
=head1 NAME |
|
11
|
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
PPI::App::ppi_version::BDFOY - brian d foy's rip off of Adam's ppi_version |
|
13
|
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=head1 SYNOPSIS |
|
15
|
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
Install the new version: |
|
17
|
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
% cpan PPI::App::ppi_version::BRIANDFOY |
|
19
|
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
Then use it as before: |
|
21
|
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
# call it like PPI::App::ppi_version |
|
23
|
|
|
|
|
|
|
% ppi_version show |
|
24
|
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
% ppi_version change 1.23 1.24 |
|
26
|
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
# call it with less typing. With no arguments, it assumes 'show'. |
|
28
|
|
|
|
|
|
|
% ppi_version |
|
29
|
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
# with arguments that are not 'show' or 'change', assume 'change' |
|
31
|
|
|
|
|
|
|
% ppi_version 1.23 1.24 |
|
32
|
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
34
|
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
This module used to be called L, but then |
|
36
|
|
|
|
|
|
|
I changed my PAUSE ID to BRIANDFOY. Along with that, I updated this |
|
37
|
|
|
|
|
|
|
package name. This particular file is here just for legacy. You |
|
38
|
|
|
|
|
|
|
should update to use PPI::App::ppi_version::BRIANDFOY |
|
39
|
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
=head1 SOURCE AVAILABILITY |
|
41
|
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
This source is part of a Github project: |
|
43
|
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
https://github.com/briandfoy/ppi-app-ppi_version-briandfoy |
|
45
|
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
=head1 AUTHOR |
|
47
|
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
Adam Kennedy wrote the original, and I stole some of the code. I even |
|
49
|
|
|
|
|
|
|
inherit from the original. |
|
50
|
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
brian d foy, C<< >> |
|
52
|
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
=head1 COPYRIGHT |
|
54
|
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
Copyright © 2008-2025, brian d foy C. All rights reserved. |
|
56
|
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
You may redistribute this under the same terms as the Artistic License 2.0. |
|
58
|
|
|
|
|
|
|
|
|
59
|
|
|
|
|
|
|
=cut |