Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.0501.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index eec8940..0ab50a7 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Text-ANSI-Tabs
 
 {{$NEXT}}
 
+1.0501 2024-03-24T00:40:44Z
+
+    - fixed bug of unexpected behabior in configure()
+
 1.05 2024-03-23T11:39:37Z
 
     - do not convert single space to tab by default
  • Loading branch information
kaz-utashiro committed Mar 24, 2024
1 parent d8e4e41 commit 4cdff96
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,10 @@ Revision history for Perl extension Text-ANSI-Tabs

{{$NEXT}}

1.0501 2024-03-24T00:40:44Z

- fixed bug of unexpected behabior in configure()

1.05 2024-03-23T11:39:37Z

- do not convert single space to tab by default
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -66,7 +66,7 @@
"web" : "https://github.com/tecolicom/Text-ANSI-Tabs"
}
},
"version" : "1.05",
"version" : "1.0501",
"x_authority" : "cpan:UTASHIRO",
"x_contributors" : [
"Kazumasa Utashiro <kaz@utashiro.com>"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ Text::ANSI::Tabs - Tab expand and unexpand with ANSI sequence

# VERSION

Version 1.05
Version 1.0501

# DESCRIPTION

Expand Down
4 changes: 2 additions & 2 deletions lib/Text/ANSI/Tabs.pm
@@ -1,5 +1,5 @@
package Text::ANSI::Tabs;
our $VERSION = "1.05";
our $VERSION = "1.0501";

=encoding utf-8
Expand All @@ -20,7 +20,7 @@ Text::ANSI::Tabs - Tab expand and unexpand with ANSI sequence
=head1 VERSION
Version 1.05
Version 1.0501
=cut

Expand Down

0 comments on commit 4cdff96

Please sign in to comment.