Skip to content

Commit

Permalink
cpan/Text-Tabs - Update to version 2024.001
Browse files Browse the repository at this point in the history
2024.001 Fri 16 Feb 2024
  - No functional changes
  - Cleaned up, reformatted, backfilled Changes
  • Loading branch information
ap authored and jkeenan committed Feb 26, 2024
1 parent fd0a86c commit 55492b2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -3121,12 +3121,12 @@ cpan/Text-Tabs/t/fill.t See if Text::Wrap::fill works
cpan/Text-Tabs/t/Jacobson.t See if Text::Tabs is working
cpan/Text-Tabs/t/Jacobson2.t See if Text::Tabs is working
cpan/Text-Tabs/t/Jochen.t See if Text::Tabs is working
cpan/Text-Tabs/t/lib/ok.pl
cpan/Text-Tabs/t/lib/ok.pl Script related to Text-Tabs+Wrap
cpan/Text-Tabs/t/sep.t See if Text::Tabs is working
cpan/Text-Tabs/t/sep2.t See if Text::Tabs is working
cpan/Text-Tabs/t/tabs.t See if Text::Tabs works
cpan/Text-Tabs/t/Tabs-ElCid.t See if Text::Tabs works
cpan/Text-Tabs/t/undef.t
cpan/Text-Tabs/t/undef.t Test file related to Text-Tabs+Wrap
cpan/Text-Tabs/t/wrap.t See if Text::Wrap::wrap works
cpan/Text-Tabs/t/Wrap-JLB.t See if Text::Wrap::wrap works
cpan/Text-Tabs/t/wrap_separator2.t See if Text::Wrap::wrap works
Expand Down
3 changes: 2 additions & 1 deletion Porting/Maintainers.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,8 @@ package Maintainers;
},

'Text-Tabs+Wrap' => {
'DISTRIBUTION' => 'ARISTOTLE/Text-Tabs+Wrap-2023.0511.tar.gz',
'DISTRIBUTION' => 'ARISTOTLE/Text-Tabs+Wrap-2024.001.tar.gz',
'SYNCINFO' => 'jkeenan on Sun Feb 25 20:37:52 2024',
'MAIN_MODULE' => 'Text::Tabs',
'FILES' => q[cpan/Text-Tabs],
'EXCLUDED' => [
Expand Down
2 changes: 1 addition & 1 deletion cpan/Text-Tabs/lib/Text/Tabs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BEGIN { require Exporter; *import = \&Exporter::import }

our @EXPORT = qw( expand unexpand $tabstop );

our $VERSION = '2023.0511';
our $VERSION = '2024.001';
our $SUBVERSION = 'modern'; # back-compat vestige

our $tabstop = 8;
Expand Down
2 changes: 1 addition & 1 deletion cpan/Text-Tabs/lib/Text/Wrap.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BEGIN { require Exporter; *import = \&Exporter::import }
our @EXPORT = qw( wrap fill );
our @EXPORT_OK = qw( $columns $break $huge );

our $VERSION = '2023.0511';
our $VERSION = '2024.001';
our $SUBVERSION = 'modern'; # back-compat vestige

BEGIN { eval sprintf 'sub REGEXPS_USE_BYTES () { %d }', scalar( pack('U*', 0x80) =~ /\xc2/ ) }
Expand Down

0 comments on commit 55492b2

Please sign in to comment.