Skip to content

Commit

Permalink
Build results of 87b71c6 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Apr 22, 2015
1 parent ff51087 commit cba3a3c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 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 File-ShareDir-ProjectDistDir

1.000007 2015-04-22T03:09:23Z 87b71c6

1.000006 2015-04-22T03:04:21Z f2105b9
[Documentation]
- Add a deterrent notice.
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"provides" : {
"File::ShareDir::ProjectDistDir" : {
"file" : "lib/File/ShareDir/ProjectDistDir.pm",
"version" : "1.000006"
"version" : "1.000007"
}
},
"release_status" : "stable",
Expand All @@ -141,7 +141,7 @@
"web" : "https://github.com/kentnl/File-ShareDir-ProjectDistDir"
}
},
"version" : "1.000006",
"version" : "1.000007",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -603,7 +603,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "1.000006-source",
"tag" : "1.000007-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -674,7 +674,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "1.000006",
"tag" : "1.000007",
"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 @@ -23,7 +23,7 @@ name: File-ShareDir-ProjectDistDir
provides:
File::ShareDir::ProjectDistDir:
file: lib/File/ShareDir/ProjectDistDir.pm
version: '1.000006'
version: '1.000007'
recommends:
Path::Tiny: '0.058'
requires:
Expand All @@ -40,7 +40,7 @@ resources:
bugtracker: https://github.com/kentnl/File-ShareDir-ProjectDistDir/issues
homepage: https://github.com/kentnl/File-ShareDir-ProjectDistDir
repository: https://github.com/kentnl/File-ShareDir-ProjectDistDir.git
version: '1.000006'
version: '1.000007'
x_BuiltWith:
external_file: misc/built_with.json
x_Dist_Zilla:
Expand Down Expand Up @@ -397,7 +397,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: 0
tag: 1.000006-source
tag: 1.000007-source
tag_format: '%v-source'
tag_message: v%v
time_zone: local
Expand Down Expand Up @@ -451,7 +451,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: releases
signed: 0
tag: '1.000006'
tag: '1.000007'
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 @@ -35,7 +35,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.96",
"lib" => 0
},
"VERSION" => "1.000006",
"VERSION" => "1.000007",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t t/classic/*.t t/deprecations/*.t t/strict/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/File/ShareDir/ProjectDistDir.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package File::ShareDir::ProjectDistDir;

our $VERSION = '1.000006';
our $VERSION = '1.000007';

# ABSTRACT: Simple set-and-forget using of a '/share' directory in your projects root

Expand Down Expand Up @@ -491,7 +491,7 @@ File::ShareDir::ProjectDistDir - Simple set-and-forget using of a '/share' direc
=head1 VERSION
version 1.000006
version 1.000007
=head1 DETERRENT
Expand Down

0 comments on commit cba3a3c

Please sign in to comment.