-
-
07 Feb 2021 06:33:31 UTC
- Distribution: PPI-App-ppi_version-BDFOY
- Module version: 1.001
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (85 / 0 / 0)
- Kwalitee
Bus factor: 1- 44.30% Coverage
- License: artistic_2
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (10.33KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- File::Find::Rule
- File::Find::Rule::Perl
- PPI
- PPI::App::ppi_version
- PPI::Document
- Term::ANSIColor
- parent
- version
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
PPI::App::ppi_version::BDFOY - brian d foy's rip off of Adam's ppi_version
SYNOPSIS
# call it like PPI::App::ppi_version % ppi_version show % ppi_version change 1.23 1.24 # call it with less typing. With no arguments, it assumes 'show'. % ppi_version show # with arguments that are not 'show' or 'change', assume 'change' % ppi_version 1.23 1.24
DESCRIPTION
I like what PPI::App::Version does, mostly, but I had to be different. Life would just be easier if Adam did things my way from the start.
Methods
- main
- print_my_version
- print_file_report
- print_info
- get_file_list
- show
- get_version
- change
- changefile
- error
SOURCE AVAILABILITY
This source is part of a Github project:
https://github.com/briandfoy/ppi-app-ppi_version-bdfoy
AUTHOR
Adam Kennedy wrote the original, and I stole some of the code. I even inherit from the original.
brian d foy,
<bdfoy@cpan.org>
COPYRIGHT
Copyright © 2008-2021, brian d foy <bdfoy@cpan.org>. All rights reserved.
You may redistribute this under the same terms as the Artistic License 2.0.
Module Install Instructions
To install PPI::App::ppi_version::BDFOY, copy and paste the appropriate command in to your terminal.
cpanm PPI::App::ppi_version::BDFOY
perl -MCPAN -e shell install PPI::App::ppi_version::BDFOY
For more information on module installation, please visit the detailed CPAN module installation guide.