Skip to content

Commit

Permalink
Build results of a41335d (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 16, 2014
1 parent 3987d94 commit 51825f7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Release history for Dist-Zilla-App-Command-self

0.001002 2014-08-16T23:39:30Z

0.001001 2014-08-16T23:36:01Z
[00 Trivial]
- CPANDAY!
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"provides" : {
"Dist::Zilla::App::Command::self" : {
"file" : "lib/Dist/Zilla/App/Command/self.pm",
"version" : "0.001001"
"version" : "0.001002"
}
},
"release_status" : "stable",
Expand All @@ -123,7 +123,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-App-Command-self"
}
},
"version" : "0.001001",
"version" : "0.001002",
"x_BuiltWith" : {
"modules" : {
"CPAN::Meta" : "2.142060",
Expand Down Expand Up @@ -625,7 +625,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "0.001001-source",
"tag" : "0.001002-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -696,7 +696,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "0.001001",
"tag" : "0.001002",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down
8 changes: 4 additions & 4 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: Dist-Zilla-App-Command-self
provides:
Dist::Zilla::App::Command::self:
file: lib/Dist/Zilla/App/Command/self.pm
version: '0.001001'
version: '0.001002'
requires:
Carp: '0'
Dist::Zilla::App: '0'
Expand All @@ -32,7 +32,7 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-App-Command-self/issues
homepage: https://github.com/kentnl/Dist-Zilla-App-Command-self
repository: https://github.com/kentnl/Dist-Zilla-App-Command-self.git
version: '0.001001'
version: '0.001002'
x_BuiltWith:
modules:
CPAN::Meta: '2.142060'
Expand Down Expand Up @@ -432,7 +432,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: '0'
tag: 0.001001-source
tag: 0.001002-source
tag_format: '%v-source'
tag_message: v%v
time_zone: local
Expand Down Expand Up @@ -486,7 +486,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: releases
signed: '0'
tag: '0.001001'
tag: '0.001002'
tag_format: '%v'
tag_message: v%v
time_zone: local
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"Test::More" => "0.89"
},
"VERSION" => "0.001001",
"VERSION" => "0.001002",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME
bootstrapped version of itself.

VERSION
version 0.001001
version 0.001002

SYNOPSIS
This is a different approach to using "[Bootstrap::lib]" that absolves a
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/App/Command/self.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Dist::Zilla::App::Command::self;

our $VERSION = '0.001001';
our $VERSION = '0.001002';

# ABSTRACT: Build a distribution with a bootstrapped version of itself.

Expand Down Expand Up @@ -63,7 +63,7 @@ Dist::Zilla::App::Command::self - Build a distribution with a bootstrapped versi
=head1 VERSION
version 0.001001
version 0.001002
=head1 SYNOPSIS
Expand Down

0 comments on commit 51825f7

Please sign in to comment.