Skip to content

Commit

Permalink
After release: bump $VERSION and timestamp Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Apr 29, 2015
1 parent 9e49fd2 commit 11e979f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for CPAN-Common-Index

{{$NEXT}}

0.006 2015-04-29 16:53:04-04:00 America/New_York

[FIXED]

- Fixed package name search when there are packages that
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.96",
"lib" => 0
},
"VERSION" => "0.006",
"VERSION" => "0.007",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Common/Index.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package CPAN::Common::Index;
# ABSTRACT: Common library for searching CPAN modules, authors and distributions

our $VERSION = '0.006';
our $VERSION = '0.007';

use Carp ();

Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Common/Index/LocalPackage.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package CPAN::Common::Index::LocalPackage;
# ABSTRACT: Search index via custom local CPAN package flatfile

our $VERSION = '0.006';
our $VERSION = '0.007';

use parent 'CPAN::Common::Index::Mirror';

Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Common/Index/MetaDB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package CPAN::Common::Index::MetaDB;
# ABSTRACT: Search index via CPAN MetaDB

our $VERSION = '0.006';
our $VERSION = '0.007';

use parent 'CPAN::Common::Index';

Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Common/Index/Mirror.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package CPAN::Common::Index::Mirror;
# ABSTRACT: Search index via CPAN mirror flatfiles

our $VERSION = '0.006';
our $VERSION = '0.007';

use parent 'CPAN::Common::Index';

Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Common/Index/Mux/Ordered.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package CPAN::Common::Index::Mux::Ordered;
# ABSTRACT: Consult indices in order and return the first result

our $VERSION = '0.006';
our $VERSION = '0.007';

use parent 'CPAN::Common::Index';

Expand Down

0 comments on commit 11e979f

Please sign in to comment.