We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d2cec commit bf2d5f9Copy full SHA for bf2d5f9
MANIFEST
@@ -4,6 +4,8 @@ bin/show_all_colors
4
bin/uncolor
5
bin/colorfg
6
examples/fall_through_attributes.pl
7
+examples/madness.pl
8
+examples/void_attributes.pl
9
lib/Term/ExtendedColor.pm
10
Makefile.PL
11
MANIFEST
lib/Term/ExtendedColor.pm
@@ -7,7 +7,7 @@ BEGIN {
use Exporter;
use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
- $VERSION = '0.500';
+ $VERSION = '0.501';
@ISA = qw(Exporter);
12
13
@EXPORT_OK = qw(
0 commit comments