Skip to content

Commit

Permalink
Build results of 99d2339 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Feb 18, 2014
1 parent 252c303 commit 66b4e8d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Release history for Dist-Zilla-Plugin-Prereqs-Soften

0.001001 2014-02-18T04:50:59Z
0.002000 2014-02-18T04:50:59Z
[00 Minor]
- Add property `to_relationship` that specifies the target relationship
kind to map to.
Expand Down
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -110,7 +110,7 @@
"provides" : {
"Dist::Zilla::Plugin::Prereqs::Soften" : {
"file" : "lib/Dist/Zilla/Plugin/Prereqs/Soften.pm",
"version" : "0.001001"
"version" : "0.002000"
}
},
"release_status" : "stable",
Expand All @@ -125,7 +125,7 @@
"web" : "https://github.com/kentfredric/Dist-Zilla-Plugin-Prereqs-Soften"
}
},
"version" : "0.001001",
"version" : "0.002000",
"x_BuiltWith" : {
"modules" : {
"CPAN::Meta" : "2.133380",
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Expand Up @@ -20,7 +20,7 @@ name: Dist-Zilla-Plugin-Prereqs-Soften
provides:
Dist::Zilla::Plugin::Prereqs::Soften:
file: lib/Dist/Zilla/Plugin/Prereqs/Soften.pm
version: '0.001001'
version: '0.002000'
recommends:
strict: '0'
utf8: '0'
Expand All @@ -35,7 +35,7 @@ resources:
bugtracker: https://github.com/kentfredric/Dist-Zilla-Plugin-Prereqs-Soften/issues
homepage: https://github.com/kentfredric/Dist-Zilla-Plugin-Prereqs-Soften
repository: https://github.com/kentfredric/Dist-Zilla-Plugin-Prereqs-Soften.git
version: '0.001001'
version: '0.002000'
x_BuiltWith:
modules:
CPAN::Meta: '2.133380'
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.89",
"version" => 0
},
"VERSION" => "0.001001",
"VERSION" => "0.002000",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -3,7 +3,7 @@ NAME
recommendations if present.

VERSION
version 0.001001
version 0.002000

SYNOPSIS
[Prereqs::Soften]
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/Prereqs/Soften.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
use utf8;

package Dist::Zilla::Plugin::Prereqs::Soften;
$Dist::Zilla::Plugin::Prereqs::Soften::VERSION = '0.001001';
$Dist::Zilla::Plugin::Prereqs::Soften::VERSION = '0.002000';
# ABSTRACT: Downgrade listed dependencies to recommendations if present.

our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
Expand Down Expand Up @@ -152,7 +152,7 @@ Dist::Zilla::Plugin::Prereqs::Soften - Downgrade listed dependencies to recommen
=head1 VERSION
version 0.001001
version 0.002000
=head1 SYNOPSIS
Expand Down

0 comments on commit 66b4e8d

Please sign in to comment.