Skip to content

Commit

Permalink
also keep $UNKNOWN_VALS global available
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Aug 20, 2023
1 parent 3614a11 commit 9651664
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/CPAN/Changes.pm
Expand Up @@ -128,8 +128,9 @@ sub serialize {

require CPAN::Changes::Parser;

# :( i know people use this
# :( i know people use these
our $W3CDTF_REGEX = $CPAN::Changes::Parser::_ISO_8601_DATE;
our $UNKNOWN_VALS = $CPAN::Changes::Parser::_UNKNOWN_DATE;

sub load {
my ($class, $filename, %args) = @_;
Expand Down

0 comments on commit 9651664

Please sign in to comment.