1PPI::PowerToys(3) User Contributed Perl Documentation PPI::PowerToys(3)
2
3
4
6 PPI::PowerToys - A handy collection of small PPI-based utilities
7
9 The PPI PowerToys are a small collection of utilities for working with
10 Perl files, modules and distributions.
11
12 To kick off the collection, he's added a very simple and raw version of
13 one of his own little tools.
14
15 ppi_version
16 > ppi_version show
17 > ppi_version change 0.01 0.02
18
19 ppi_version is a utility for working with version numbers in groups of
20 modules.
21
22 The "ppi_version show" command will scan through your distribution
23 (starting in the current directory and working down) and locate all the
24 versions for the various Perl files in the distribution.
25
26 It scans through all files inside the current directory with one-only
27 instance of the line.
28
29 $VERSION = '0.01';
30
31 The "ppi_version change" command scans through your distribution
32 (starting in the current directory and working down) and locate all
33 cases where the $VERSION is the first param, replacing it (safely) with
34 the second params.
35
37 - Add extra commands to ppi_version
38
39 - Include more useful utilities
40
41 - Any improvements to the current utilities are also very welcome.
42
44 Bugs and patches should be reported via the CPAN bug tracker at
45
46 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=PPI-PowerToys>
47
48 For other issues, contact the author.
49
51 Adam Kennedy <adamk@cpan.org>
52
54 Copyright 2006 - 2009 Adam Kennedy.
55
56 This program is free software; you can redistribute it and/or modify it
57 under the same terms as Perl itself.
58
59 The full text of the license can be found in the LICENSE file included
60 with this module.
61
62
63
64perl v5.32.1 2021-01-27 PPI::PowerToys(3)