Codebase list libgetopt-lucid-perl / e39a85a
After release: bump $VERSION and timestamp Changes David Golden 4 years ago
4 changed file(s) with 5 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl module Getopt::Lucid
11
22 {{$NEXT}}
3
4 1.10 2019-10-25 17:12:54-04:00 America/New_York
35
46 [Docs]
57
3333 "lib" => 0,
3434 "vars" => 0
3535 },
36 "VERSION" => "1.10",
36 "VERSION" => "1.11",
3737 "test" => {
3838 "TESTS" => "t/*.t"
3939 }
33 package Getopt::Lucid::Exception;
44 # ABSTRACT: Exception classes for Getopt::Lucid
55
6 our $VERSION = '1.10';
6 our $VERSION = '1.11';
77
88 use Exporter;
99 our @ISA = qw/Exporter Exception::Class::Base/;
33 package Getopt::Lucid;
44 # ABSTRACT: Clear, readable syntax for command line processing
55
6 our $VERSION = '1.10';
6 our $VERSION = '1.11';
77
88 our @EXPORT_OK = qw(Switch Counter Param List Keypair);
99 our %EXPORT_TAGS = ( all => [ @EXPORT_OK ] );