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.
SOURCE AVAILABILITY
This source is part of a Github project:
git
@github
.com:briandfoy/PPI-App-ppi_version-BDFOY.git
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 (c) 2008-2013, brian d foy, All Rights Reserved.
You may redistribute this under the same terms as Perl itself.