Skip to content

Commit

Permalink
Bring to v0.02
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Waters committed May 8, 2012
1 parent 9d7822d commit de51eab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -19,3 +19,4 @@ t/012_unicode_text.t
t/013_color_text.t
t/014_multiple_boxes.t
t/021_table.t
t/022_table_wrap.t
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -35,7 +35,7 @@
"provides" : {
"Text::UnicodeBox" : {
"file" : "lib/Text/UnicodeBox.pm",
"version" : "0.01"
"version" : "0.02"
},
"Text::UnicodeBox::Control" : {
"file" : "lib/Text/UnicodeBox/Control.pm",
Expand All @@ -60,5 +60,5 @@
"http://dev.perl.org/licenses/"
]
},
"version" : "0.01"
"version" : "0.02"
}
4 changes: 2 additions & 2 deletions META.yml
Expand Up @@ -16,7 +16,7 @@ name: Text-UnicodeBox
provides:
Text::UnicodeBox:
file: lib/Text/UnicodeBox.pm
version: 0.01
version: 0.02
Text::UnicodeBox::Control:
file: lib/Text/UnicodeBox/Control.pm
version: 0
Expand All @@ -35,4 +35,4 @@ requires:
Text::CharWidth: 0.04
resources:
license: http://dev.perl.org/licenses/
version: 0.01
version: 0.02
2 changes: 1 addition & 1 deletion lib/Text/UnicodeBox.pm
Expand Up @@ -47,7 +47,7 @@ has 'buffer_ref' => ( is => 'rw', default => sub { my $buffer = ''; return \$bu
has 'last_line' => ( is => 'rw' );
has 'whitespace_character' => ( is => 'ro', default => ' ' );

our $VERSION = 0.01;
our $VERSION = 0.02;

=head1 METHODS
Expand Down

0 comments on commit de51eab

Please sign in to comment.