This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Updated Parse-CPAN-Meta to CPAN version 1.4404
[perl5.git] / cpan / Parse-CPAN-Meta / lib / Parse / CPAN / Meta.pm
index 04ac3e1..4a7d097 100644 (file)
@@ -17,7 +17,7 @@ BEGIN {
        # Class structure
        require 5.004;
        require Exporter;
-       $Parse::CPAN::Meta::VERSION   = '1.4402';
+       $Parse::CPAN::Meta::VERSION   = '1.4404';
        @Parse::CPAN::Meta::ISA       = qw{ Exporter      };
        @Parse::CPAN::Meta::EXPORT_OK = qw{ Load LoadFile };
 }