Skip to content

Commit

Permalink
bump version to 0.006 and prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Oct 25, 2009
1 parent 45cf485 commit e0c26fa
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 19 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

Revision history for App-CPAN-Mini-Visit

0.006 Sat Oct 24 22:57:07 EDT 2009
Fixed:
- Fixed bug in testing [Ricardo Signes]

0.005 Mon Feb 23 20:35:53 EST 2009
Fixed:
- removed Capture::Tiny dependency
Expand Down
22 changes: 12 additions & 10 deletions META.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
---
name: App-CPAN-Mini-Visit
version: 0.005
version: 0.006
author:
- 'David Golden <dagolden@cpan.org>'
abstract: explore each distribution in a minicpan repository
license: apache
resources:
license: http://www.apache.org/licenses/LICENSE-2.0.txt
build_requires:
File::Temp: 0.2
IO::CaptureOutput: 1.0801
IO::File: 0
Test::More: 0.62
requires:
Archive::Extract: 0.28
CPAN::Mini: 0.572
Expand All @@ -18,19 +23,16 @@ requires:
Path::Class: 0.16
Pod::Usage: 1.35
perl: 5.01
build_requires:
File::Temp: 0.2
IO::CaptureOutput: 1.0801
IO::File: 0
Test::More: 0.62
configure_requires:
Module::Build: 0.35
provides:
App::CPAN::Mini::Visit:
file: lib/App/CPAN/Mini/Visit.pm
version: 0.005
generated_by: Module::Build version 0.3103
version: 0.006
generated_by: Module::Build version 0.3502
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.2.html
version: 1.2
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
no_index:
directory:
- examples
Expand Down
3 changes: 2 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Note: this file was auto-generated by Module::Build::Compat version 0.31_03
# Note: this file was auto-generated by Module::Build::Compat version 0.35_02
require 5.01;
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'App::CPAN::Mini::Visit',
'EXE_FILES' => [
Expand Down
9 changes: 5 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME
repository

VERSION
This documentation describes 0.005.
This documentation describes 0.006.

SYNOPSIS
#!/usr/bin/perl
Expand All @@ -16,7 +16,7 @@ DESCRIPTION
options.

USAGE
"run()"
`run()'
exit App::CPAN::Mini::Visit->run();

Executes the program, processing command line arguments and traversing a
Expand All @@ -25,7 +25,7 @@ USAGE
BUGS
Please report any bugs or feature using the CPAN Request Tracker. Bugs
can be submitted through the web interface at
<http://rt.cpan.org/Dist/Display.html?Queue=App-CPAN-Mini-Visit>
http://rt.cpan.org/Dist/Display.html?Queue=App-CPAN-Mini-Visit

When submitting a bug or request, please include a test-file or a patch
to an existing test-file that illustrates the bug or desired feature.
Expand All @@ -42,7 +42,8 @@ COPYRIGHT AND LICENSE
Licensed under Apache License, Version 2.0 (the "License"). You may not
use this file except in compliance with the License. A copy of the
License was distributed with this file or you may obtain a copy of the
License from http://www.apache.org/licenses/LICENSE-2.0
License from
http:E<sol>E<sol>www.apache.orgE<sol>licensesE<sol>LICENSE-2.0

Files produced as output though the use of this software, shall not be
considered Derivative Works, but shall be considered the original work
Expand Down
4 changes: 2 additions & 2 deletions bin/visitcpan
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use strict;
use warnings;

use version; our $VERSION = '0.005';
use version; our $VERSION = '0.006';

require App::CPAN::Mini::Visit;
exit App::CPAN::Mini::Visit->run(@ARGV);
Expand Down Expand Up @@ -136,7 +136,7 @@ visitcpan - explore each distribution in a minicpan repository

=head1 VERSION

This documentation refers to 0.005.
This documentation refers to 0.006.

=head1 SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion lib/App/CPAN/Mini/Visit.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use 5.010;
use strict;
use warnings;

our $VERSION = '0.005';
our $VERSION = '0.006';
$VERSION = eval $VERSION; ## no critic

use CPAN::Mini ();
Expand Down
2 changes: 1 addition & 1 deletion lib/App/CPAN/Mini/Visit.pod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ App::CPAN::Mini::Visit - explore each distribution in a minicpan repository

=head1 VERSION

This documentation describes 0.005.
This documentation describes 0.006.

=head1 SYNOPSIS

Expand Down

0 comments on commit e0c26fa

Please sign in to comment.