[libdist-zilla-role-bootstrap-perl] 01/01: Build results of 5ec568e (on master)
Axel Beckert
abe at deuxchevaux.org
Sat Aug 8 11:59:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to annotated tag 1.000001
in repository libdist-zilla-role-bootstrap-perl.
commit ced4052136c0e877542cef12d7025e2c2456c760
Author: Kent Fredric <kentfredric at gmail.com>
Date: Sat Apr 5 20:38:35 2014 +1300
Build results of 5ec568e (on master)
---
Changes | 14 ++++++++++++++
Changes.deps | 9 ++++++++-
Changes.deps.all | 9 ++++++++-
Changes.deps.dev | 4 +++-
META.json | 8 ++++----
META.yml | 8 ++++----
Makefile.PL | 6 +++---
README | 2 +-
lib/Dist/Zilla/Role/Bootstrap.pm | 4 ++--
t/00-report-prereqs.t | 2 +-
t/01-basic.t | 4 ++--
t/02-try-built-mtime.t | 5 ++---
t/03-try-built-parseversion.t | 4 ++--
13 files changed, 54 insertions(+), 25 deletions(-)
diff --git a/Changes b/Changes
index b5d3be4..88e161e 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,19 @@
Release history for Dist-Zilla-Role-Bootstrap
+1.000001 2014-04-05T07:37:23Z
+ [00 Test Fixes]
+ - Drop dependency on Path::FindDev
+
+ [Dependencies::Aggregate]
+ - 5.008 : 207 → 205
+ - 5.010 : 187 → 185
+ - 5.019 : 166 → 163
+
+ [Dependencies::Stats]
+ - Dependencies changed since 1.000000, see Changes.deps{,.all,.dev} for
+ details
+ - test: +1 -1
+
1.000000 2014-04-05T05:29:35Z
[00 Major]
- This distribution has a few changes that are major enough that non-perl
diff --git a/Changes.deps b/Changes.deps
index 1c93590..67a0013 100644
--- a/Changes.deps
+++ b/Changes.deps
@@ -1,4 +1,11 @@
-1.000000
+1.000001
+ [Added / test requires]
+ - FindBin
+
+ [Removed / test requires]
+ - Path::FindDev
+
+1.000000 2014-04-05T05:29:35Z
[Added / configure recommends]
- ExtUtils::MakeMaker 6.94
diff --git a/Changes.deps.all b/Changes.deps.all
index 3e3c15a..6582869 100644
--- a/Changes.deps.all
+++ b/Changes.deps.all
@@ -1,4 +1,11 @@
-1.000000
+1.000001
+ [Added / test requires]
+ - FindBin
+
+ [Removed / test requires]
+ - Path::FindDev
+
+1.000000 2014-04-05T05:29:35Z
[Added / configure recommends]
- ExtUtils::MakeMaker 6.94
diff --git a/Changes.deps.dev b/Changes.deps.dev
index 8670156..9b9344e 100644
--- a/Changes.deps.dev
+++ b/Changes.deps.dev
@@ -1,4 +1,6 @@
-1.000000
+1.000001
+
+1.000000 2014-04-05T05:29:35Z
[Added / develop requires]
- Dist::Zilla::Plugin::Git::NextRelease
- Dist::Zilla::Plugin::Git::NextVersion::Sanitized
diff --git a/META.json b/META.json
index a42fda4..d6b6cba 100644
--- a/META.json
+++ b/META.json
@@ -108,9 +108,9 @@
"ExtUtils::MakeMaker" : "0",
"File::Copy::Recursive" : "0",
"File::Spec::Functions" : "0",
+ "FindBin" : "0",
"List::Util" : "0",
"Moose" : "0",
- "Path::FindDev" : "0",
"Test::More" : "0.89"
}
}
@@ -118,7 +118,7 @@
"provides" : {
"Dist::Zilla::Role::Bootstrap" : {
"file" : "lib/Dist/Zilla/Role/Bootstrap.pm",
- "version" : "1.000000"
+ "version" : "1.000001"
}
},
"release_status" : "stable",
@@ -133,7 +133,7 @@
"web" : "https://github.com/kentfredric/Dist-Zilla-Role-Bootstrap"
}
},
- "version" : "1.000000",
+ "version" : "1.000001",
"x_BuiltWith" : {
"modules" : {
"CPAN::Meta" : "2.140640",
@@ -190,12 +190,12 @@
"ExtUtils::MakeMaker" : "6.94",
"File::Copy::Recursive" : "0.38",
"File::Spec::Functions" : "3.47",
+ "FindBin" : "1.51",
"List::Util" : "1.38",
"List::UtilsBy" : "0.09",
"Moose" : "2.1204",
"Moose::Role" : "2.1204",
"MooseX::AttributeShortcuts" : "0.023",
- "Path::FindDev" : "0.5.0",
"Path::Tiny" : "0.052",
"Pod::Coverage::TrustPod" : "0.100003",
"Test::CPAN::Changes" : "0.27",
diff --git a/META.yml b/META.yml
index 098de1a..0bbf86b 100644
--- a/META.yml
+++ b/META.yml
@@ -10,9 +10,9 @@ build_requires:
ExtUtils::MakeMaker: '0'
File::Copy::Recursive: '0'
File::Spec::Functions: '0'
+ FindBin: '0'
List::Util: '0'
Moose: '0'
- Path::FindDev: '0'
Test::More: '0.89'
configure_requires:
ExtUtils::MakeMaker: '6.30'
@@ -26,7 +26,7 @@ name: Dist-Zilla-Role-Bootstrap
provides:
Dist::Zilla::Role::Bootstrap:
file: lib/Dist/Zilla/Role/Bootstrap.pm
- version: '1.000000'
+ version: '1.000001'
requires:
Carp: '0'
Dist::Zilla::Role::Plugin: '0'
@@ -44,7 +44,7 @@ resources:
bugtracker: https://github.com/kentfredric/Dist-Zilla-Role-Bootstrap/issues
homepage: https://github.com/kentfredric/Dist-Zilla-Role-Bootstrap
repository: https://github.com/kentfredric/Dist-Zilla-Role-Bootstrap.git
-version: '1.000000'
+version: '1.000001'
x_BuiltWith:
modules:
CPAN::Meta: '2.140640'
@@ -101,12 +101,12 @@ x_BuiltWith:
ExtUtils::MakeMaker: '6.94'
File::Copy::Recursive: '0.38'
File::Spec::Functions: '3.47'
+ FindBin: '1.51'
List::Util: '1.38'
List::UtilsBy: '0.09'
Moose: '2.1204'
Moose::Role: '2.1204'
MooseX::AttributeShortcuts: '0.023'
- Path::FindDev: 0.5.0
Path::Tiny: '0.052'
Pod::Coverage::TrustPod: '0.100003'
Test::CPAN::Changes: '0.27'
diff --git a/Makefile.PL b/Makefile.PL
index 85dd263..d164213 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -41,12 +41,12 @@ my %WriteMakefileArgs = (
"ExtUtils::MakeMaker" => 0,
"File::Copy::Recursive" => 0,
"File::Spec::Functions" => 0,
+ "FindBin" => 0,
"List::Util" => 0,
"Moose" => 0,
- "Path::FindDev" => 0,
"Test::More" => "0.89"
},
- "VERSION" => "1.000000",
+ "VERSION" => "1.000001",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
@@ -63,12 +63,12 @@ my %FallbackPrereqs = (
"ExtUtils::MakeMaker" => 0,
"File::Copy::Recursive" => 0,
"File::Spec::Functions" => 0,
+ "FindBin" => 0,
"List::Util" => 0,
"List::UtilsBy" => 0,
"Moose" => 0,
"Moose::Role" => 0,
"MooseX::AttributeShortcuts" => "0.015",
- "Path::FindDev" => 0,
"Path::Tiny" => 0,
"Test::More" => "0.89",
"lib" => 0,
diff --git a/README b/README
index 9bafded..8c67047 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
Dist::Zilla::Role::Bootstrap - Shared logic for bootstrap things.
VERSION
- version 1.000000
+ version 1.000001
SYNOPSIS
For consuming plugins:
diff --git a/lib/Dist/Zilla/Role/Bootstrap.pm b/lib/Dist/Zilla/Role/Bootstrap.pm
index 8f8de37..1be9973 100644
--- a/lib/Dist/Zilla/Role/Bootstrap.pm
+++ b/lib/Dist/Zilla/Role/Bootstrap.pm
@@ -4,7 +4,7 @@ use warnings;
use utf8;
package Dist::Zilla::Role::Bootstrap;
-$Dist::Zilla::Role::Bootstrap::VERSION = '1.000000';
+$Dist::Zilla::Role::Bootstrap::VERSION = '1.000001';
# ABSTRACT: Shared logic for bootstrap things.
our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
@@ -339,7 +339,7 @@ Dist::Zilla::Role::Bootstrap - Shared logic for bootstrap things.
=head1 VERSION
-version 1.000000
+version 1.000001
=head1 SYNOPSIS
diff --git a/t/00-report-prereqs.t b/t/00-report-prereqs.t
index 7e16671..15422d9 100644
--- a/t/00-report-prereqs.t
+++ b/t/00-report-prereqs.t
@@ -137,9 +137,9 @@ my $static_prereqs = do { my $x = {
'ExtUtils::MakeMaker' => '0',
'File::Copy::Recursive' => '0',
'File::Spec::Functions' => '0',
+ 'FindBin' => '0',
'List::Util' => '0',
'Moose' => '0',
- 'Path::FindDev' => '0',
'Test::More' => '0.89'
}
}
diff --git a/t/01-basic.t b/t/01-basic.t
index 396d7f4..da7b8ed 100644
--- a/t/01-basic.t
+++ b/t/01-basic.t
@@ -32,11 +32,11 @@ my $section = Dist::Zilla::MVP::Assembler::Zilla->new(
zilla_class => 'Dist::Zilla::Dist::Builder',
section_class => 'Dist::Zilla::MVP::Section',
);
-use Path::FindDev qw( find_dev );
+use FindBin;
use Path::Tiny qw( path );
my $cwd = path('./')->absolute;
-my $scratch = find_dev('./')->child('corpus')->child('fake_dist_01');
+my $scratch = path("$FindBin::Bin")->parent->child('corpus')->child('fake_dist_01');
chdir $scratch->stringify;
diff --git a/t/02-try-built-mtime.t b/t/02-try-built-mtime.t
index f8cf6f8..6dbc4ef 100644
--- a/t/02-try-built-mtime.t
+++ b/t/02-try-built-mtime.t
@@ -32,11 +32,10 @@ my $section = Dist::Zilla::MVP::Assembler::Zilla->new(
zilla_class => 'Dist::Zilla::Dist::Builder',
section_class => 'Dist::Zilla::MVP::Section',
);
-use Path::FindDev qw( find_dev );
use Path::Tiny qw( path );
-
+use FindBin;
my $cwd = path('./')->absolute;
-my $source = find_dev('./')->child('corpus')->child('fake_dist_01');
+my $source = path("$FindBin::Bin")->parent->child('corpus')->child('fake_dist_01');
my $scratch = Path::Tiny->tempdir;
use File::Copy::Recursive qw(rcopy);
diff --git a/t/03-try-built-parseversion.t b/t/03-try-built-parseversion.t
index f443e2b..d999de6 100644
--- a/t/03-try-built-parseversion.t
+++ b/t/03-try-built-parseversion.t
@@ -32,11 +32,11 @@ my $section = Dist::Zilla::MVP::Assembler::Zilla->new(
zilla_class => 'Dist::Zilla::Dist::Builder',
section_class => 'Dist::Zilla::MVP::Section',
);
-use Path::FindDev qw( find_dev );
+use FindBin;
use Path::Tiny qw( path );
my $cwd = path('./')->absolute;
-my $source = find_dev('./')->child('corpus')->child('fake_dist_01');
+my $source = path("$FindBin::Bin")->parent->child('corpus')->child('fake_dist_01');
my $scratch = Path::Tiny->tempdir;
use File::Copy::Recursive qw(rcopy);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-role-bootstrap-perl.git
More information about the Pkg-perl-cvs-commits
mailing list