Skip to content

Commit

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

diff --git a/Changes b/Changes
index d4ffe29..25bafed 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Text-ANSI-Printf
 
 {{$NEXT}}
 
+2.0601 2024-08-25T16:43:12Z
+
+    - Document update to include related tools infomation.
+
 2.06 2023-11-28T02:17:16Z
 
     - Initialize $REORDER variable only when not already defined.
  • Loading branch information
kaz-utashiro committed Aug 25, 2024
1 parent 181c826 commit f6de466
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for Perl extension Text-ANSI-Printf

{{$NEXT}}

2.0601 2024-08-25T16:43:12Z

- Document update to include related tools infomation.

2.06 2023-11-28T02:17:16Z

- Initialize $REORDER variable only when not already defined.
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"web" : "https://github.com/tecolicom/Text-ANSI-Printf"
}
},
"version" : "2.06",
"version" : "2.0601",
"x_authority" : "cpan:UTASHIRO",
"x_contributors" : [
"Kazumasa Utashiro <kaz@utashiro.com>"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Text::ANSI::Printf - printf function to print string including ANSI sequence

# VERSION

Version 2.06
Version 2.0601

# SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion lib/App/ansiprintf.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package App::ansiprintf;

our $VERSION = "2.06";
our $VERSION = "2.0601";

use v5.14;
use warnings;
Expand Down
4 changes: 2 additions & 2 deletions lib/Text/ANSI/Printf.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Text::ANSI::Printf;

our $VERSION = "2.06";
our $VERSION = "2.0601";

use v5.14;
use warnings;
Expand Down Expand Up @@ -48,7 +48,7 @@ Text::ANSI::Printf - printf function to print string including ANSI sequence
=head1 VERSION
Version 2.06
Version 2.0601
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion script/ansiprintf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ansiprintf format args ...

=head1 VERSION

Version 2.06
Version 2.0601

=head1 DESCRIPTION

Expand Down

0 comments on commit f6de466

Please sign in to comment.