Skip to content

Commit bf2d5f9

Browse files
committed
update MANIFEST with the new example scripts
1 parent 79d2cec commit bf2d5f9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ bin/show_all_colors
44
bin/uncolor
55
bin/colorfg
66
examples/fall_through_attributes.pl
7+
examples/madness.pl
8+
examples/void_attributes.pl
79
lib/Term/ExtendedColor.pm
810
Makefile.PL
911
MANIFEST

lib/Term/ExtendedColor.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BEGIN {
77
use Exporter;
88
use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
99

10-
$VERSION = '0.500';
10+
$VERSION = '0.501';
1111
@ISA = qw(Exporter);
1212

1313
@EXPORT_OK = qw(

0 commit comments

Comments
 (0)