Skip to content

Commit

Permalink
Reflect change in CPAN releasor
Browse files Browse the repository at this point in the history
On CPAN Time-Piece has a new release from a new releasor.  For
consistent results out of 'Porting/core-cpan-diff', we should have
changed the CPANID of the releasor in Maintainers.pl before synching.
We'll correct that here and standardize all $VERSIONs in cpan/Time-Piece
to indicate we're now a bit ahead of CPAN.
  • Loading branch information
jkeenan committed Jan 17, 2025
1 parent ce43aba commit 67e8e0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Porting/Maintainers.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ package Maintainers;
},

'Time::Piece' => {
'DISTRIBUTION' => 'ESAYM/Time-Piece-1.35.tar.gz',
'DISTRIBUTION' => 'PEVANS/Time-Piece-1.35_001.tar.gz',
'SYNCINFO' => 'LeoNerd on Fri Jan 17 15:27:02 2025',
'FILES' => q[cpan/Time-Piece],
'EXCLUDED' => [ qw[reverse_deps.txt] ],
Expand Down
2 changes: 1 addition & 1 deletion 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_001';

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

Expand Down
2 changes: 1 addition & 1 deletion cpan/Time-Piece/Seconds.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Time::Seconds;
use strict;

our $VERSION = '1.35';
our $VERSION = '1.35_001';

use Exporter 5.57 'import';

Expand Down
2 changes: 1 addition & 1 deletion cpan/Time-Piece/t/lib/Time/Piece/Twin.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# this package is identical, but will be ->isa('Time::Piece::Twin');
package Time::Piece::Twin;
use base qw(Time::Piece);
our $VERSION = "1.35";
our $VERSION = "1.35_001";

0 comments on commit 67e8e0c

Please sign in to comment.