Skip to content

Commit

Permalink
CPAN version 0.011
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Jan 20, 2017
1 parent 6e3c82d commit d89c8fd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .version_info.pl
@@ -1,7 +1,7 @@
%trans = (
version => { old => '0.009', new => '0.010' },
date => { old => 'July 12 2015', new => 'January 29 2017' },
copyright => { old => '2015', new => '2017' },
version => { old => '0.010', new => '0.011' },
date => { old => 'January 29 2017', new => 'January 19 2017' },
copyright => { old => '2017', new => '2017' },
);

1;
Expand Down
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl module CPAN::Mini::Visit::Simple

0.011 Thu Jan 19 22:27:26 EST 2017
- Revert to preferring binaries; much faster, fewer warnings.
- No change in functionality.

0.010 Thu Jan 19 20:00:17 EST 2017
- Functionality: do not include tarballs under minicpan/modules/ in list
of files to be traversed.
Expand Down
8 changes: 4 additions & 4 deletions README
Expand Up @@ -2,15 +2,15 @@ README for Perl extension CPAN-Mini-Visit-Simple

CPAN::Mini::Visit::Simple - Lightweight traversal of a minicpan repository.

This document refers to version 0.010 of CPAN::Mini::Visit::Simple.
This document refers to version 0.011 of CPAN::Mini::Visit::Simple.
This version was released January 19 2017.

To install this module on your system, place the tarball archive file in a
temporary directory and call the following:

% gunzip CPAN-Mini-Visit-Simple-0.010.tar.gz
% tar xf CPAN-Mini-Visit-Simple-0.010.tar
% cd CPAN-Mini-Visit-Simple-0.010
% gunzip CPAN-Mini-Visit-Simple-0.011.tar.gz
% tar xf CPAN-Mini-Visit-Simple-0.011.tar
% cd CPAN-Mini-Visit-Simple-0.011
% perl Makefile.PL
% make
% make test
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Mini/Visit/Simple.pm
Expand Up @@ -3,7 +3,7 @@ use 5.010;
use strict;
use warnings;

our $VERSION = '0.010';
our $VERSION = '0.011';
$VERSION = eval $VERSION; ## no critic

use Archive::Extract;
Expand Down

0 comments on commit d89c8fd

Please sign in to comment.