Skip to content

Commit

Permalink
Update experimental to CPAN version 0.019
Browse files Browse the repository at this point in the history
  [DELTA]

0.019     2017-12-03 18:40:19+01:00 Europe/Amsterdam
          - Rerelease without NYTProf files
  • Loading branch information
bingos committed Dec 12, 2017
1 parent 27d3197 commit 2bcf6e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Porting/Maintainers.pl
Expand Up @@ -407,7 +407,7 @@ package Maintainers;
}, },


'experimental' => { 'experimental' => {
'DISTRIBUTION' => 'LEONT/experimental-0.018.tar.gz', 'DISTRIBUTION' => 'LEONT/experimental-0.019.tar.gz',
'FILES' => q[cpan/experimental], 'FILES' => q[cpan/experimental],
'EXCLUDED' => [ 'EXCLUDED' => [
qr{^xt/}, qr{^xt/},
Expand Down
4 changes: 2 additions & 2 deletions cpan/experimental/lib/experimental.pm
@@ -1,5 +1,5 @@
package experimental; package experimental;
$experimental::VERSION = '0.018'; $experimental::VERSION = '0.019';
use strict; use strict;
use warnings; use warnings;
use version (); use version ();
Expand Down Expand Up @@ -130,7 +130,7 @@ experimental - Experimental features made easy
=head1 VERSION =head1 VERSION
version 0.018 version 0.019
=head1 SYNOPSIS =head1 SYNOPSIS
Expand Down

0 comments on commit 2bcf6e5

Please sign in to comment.