Skip to content

Commit

Permalink
Time::Piece is not CUSTOMIZED but needed syncing properly
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-m-hay committed Jan 19, 2025
1 parent 8c7d670 commit ecb78df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Porting/Maintainers.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ package Maintainers;
},

'Time::Piece' => {
'DISTRIBUTION' => 'ESAYM/Time-Piece-1.35.tar.gz',
'DISTRIBUTION' => 'PEVANS/Time-Piece-1.35.tar.gz',
'SYNCINFO' => 'LeoNerd on Fri Jan 17 15:27:02 2025',
'FILES' => q[cpan/Time-Piece],
'EXCLUDED' => [ qw[reverse_deps.txt] ],
Expand Down
4 changes: 2 additions & 2 deletions cpan/Time-Piece/Piece.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ our %EXPORT_TAGS = (
':override' => 'internal',
);

our $VERSION = '1.3401_01';
our $VERSION = '1.35';

XSLoader::load( 'Time::Piece', $VERSION );

Expand Down Expand Up @@ -855,7 +855,7 @@ sub use_locale {

#$Time::Piece::LOCALE is used by strptime and thus needs to be
#in sync with what ever users change to via day_list() and mon_list().
#Should probably deprecate this use of gloabl state, but oh well...
#Should probably deprecate this use of global state, but oh well...
sub _default_locale {
my $locales = {};

Expand Down
2 changes: 1 addition & 1 deletion cpan/Time-Piece/Piece.xs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
*
* Note that we don't free() the malloc()ed memory unless and until we call
* malloc() again ourselves because the CRT putenv() function simply puts its
* pointer argument into the environ[] arrary (it doesn't make a copy of it)
* pointer argument into the environ[] array (it doesn't make a copy of it)
* so this memory must otherwise be leaked.
*/

Expand Down
2 changes: 0 additions & 2 deletions t/porting/customized.dat
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Scalar::Util cpan/Scalar-List-Utils/lib/Scalar/Util.pm dddbfb9e26de572f88598cdf0
Scalar::Util cpan/Scalar-List-Utils/lib/Sub/Util.pm 4be8e62dea87acce5ba50d11e7246baa0bfc5be0
Scalar::Util cpan/Scalar-List-Utils/ListUtil.xs 3d0ba62cd4222599bf00956e8b963817f3afcfe2
Scalar::Util cpan/Scalar-List-Utils/t/exotic_names.t a62bcb9dc667d5e51cbe061705b15f202ede8351
Time::Piece cpan/Time-Piece/Piece.pm 8cec8b66183ceddb9bf2b6af35dcdd345bc9adfa
Time::Piece cpan/Time-Piece/Piece.xs 543152540ee17788a638b2c5746b86c3d04401d1
Win32 cpan/Win32/Win32.pm 07a777ca9c5f642f068f92895a79a096a4a54469
Win32 cpan/Win32/Win32.xs ff7efeb6b7bfa67e22411b6e3db761c730213a52
Win32API::File cpan/Win32API-File/File.pm 8fd212857f821cb26648878b96e57f13bf21b99e
Expand Down

0 comments on commit ecb78df

Please sign in to comment.