Skip to content

Commit

Permalink
Build results of 828ece7 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Sep 18, 2013
1 parent a97c7cd commit 4c734c9
Show file tree
Hide file tree
Showing 22 changed files with 79 additions and 72 deletions.
4 changes: 2 additions & 2 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ my %module_build_args = (
"Kent Fredric <kentfredric\@gmail.com>"
],
"dist_name" => "Path-IsDev",
"dist_version" => "0.3.0",
"dist_version" => "0.3.1",
"license" => "perl",
"module_name" => "Path::IsDev",
"recommends" => {},
"recursive_test_files" => 1,
"requires" => {
"Carp" => 0,
"Class::Tiny" => 0,
"Class::Tiny" => "0.005",
"Module::Runtime" => 0,
"Path::Tiny" => 0,
"Scalar::Util" => 0,
Expand Down
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Release history for Path-IsDev

0.3.1 2013-09-18T02:21:11Z
[Bugfix]
- Require a Minimum Class::Tiny that supports lazy attrs

[Dependencies::Changed / runtime requires]
- Class::Tiny 0 → 0.005

0.3.0 2013-09-16T08:27:21Z
[!Major]
- Now uses Class::Tiny instead of Moo internally.
Expand Down
36 changes: 18 additions & 18 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"runtime" : {
"requires" : {
"Carp" : "0",
"Class::Tiny" : "0",
"Class::Tiny" : "0.005",
"Module::Runtime" : "0",
"Path::Tiny" : "0",
"Scalar::Util" : "0",
Expand All @@ -70,63 +70,63 @@
"provides" : {
"Path::IsDev" : {
"file" : "lib/Path/IsDev.pm",
"version" : "v0.3.0"
"version" : "v0.3.1"
},
"Path::IsDev::Heuristic" : {
"file" : "lib/Path/IsDev/Heuristic.pm",
"version" : "v0.3.0"
"version" : "v0.3.1"
},
"Path::IsDev::Heuristic::Changelog" : {
"file" : "lib/Path/IsDev/Heuristic/Changelog.pm",
"version" : "v0.3.0"
"version" : "v0.3.1"
},
"Path::IsDev::Heuristic::DevDirMarker" : {
"file" : "lib/Path/IsDev/Heuristic/DevDirMarker.pm",
"version" : "v0.3.0"
"version" : "v0.3.1"
},
"Path::IsDev::Heuristic::META" : {
"file" : "lib/Path/IsDev/Heuristic/META.pm",
"version" : "v0.3.0"
"version" : "v0.3.1"
},
"Path::IsDev::Heuristic::MYMETA" : {
"file" : "lib/Path/IsDev/Heuristic/MYMETA.pm",
"version" : "v0.3.0"
"version" : "v0.3.1"
},
"Path::IsDev::Heuristic::Makefile" : {
"file" : "lib/Path/IsDev/Heuristic/Makefile.pm",
"version" : "v0.3.0"
"version" : "v0.3.1"
},
"Path::IsDev::Heuristic::TestDir" : {
"file" : "lib/Path/IsDev/Heuristic/TestDir.pm",
"version" : "v0.3.0"
"version" : "v0.3.1"
},
"Path::IsDev::Heuristic::Tool::Dzil" : {
"file" : "lib/Path/IsDev/Heuristic/Tool/Dzil.pm",
"version" : "v0.3.0"
"version" : "v0.3.1"
},
"Path::IsDev::Heuristic::Tool::MakeMaker" : {
"file" : "lib/Path/IsDev/Heuristic/Tool/MakeMaker.pm",
"version" : "v0.3.0"
"version" : "v0.3.1"
},
"Path::IsDev::Heuristic::Tool::ModuleBuild" : {
"file" : "lib/Path/IsDev/Heuristic/Tool/ModuleBuild.pm",
"version" : "v0.3.0"
"version" : "v0.3.1"
},
"Path::IsDev::Heuristic::VCS::Git" : {
"file" : "lib/Path/IsDev/Heuristic/VCS/Git.pm",
"version" : "v0.3.0"
"version" : "v0.3.1"
},
"Path::IsDev::HeuristicSet" : {
"file" : "lib/Path/IsDev/HeuristicSet.pm",
"version" : "v0.3.0"
"version" : "v0.3.1"
},
"Path::IsDev::HeuristicSet::Basic" : {
"file" : "lib/Path/IsDev/HeuristicSet/Basic.pm",
"version" : "v0.3.0"
"version" : "v0.3.1"
},
"Path::IsDev::Object" : {
"file" : "lib/Path/IsDev/Object.pm",
"version" : "v0.3.0"
"version" : "v0.3.1"
}
},
"release_status" : "stable",
Expand All @@ -141,7 +141,7 @@
"web" : "https://github.com/kentfredric/Path-IsDev"
}
},
"version" : "0.3.0",
"version" : "0.3.1",
"x_BuiltWith" : {
"modules" : {
"Carp" : "1.32",
Expand All @@ -160,7 +160,7 @@
"Sub::Exporter" : "0.986",
"Test::CPAN::Changes" : "0.23",
"Test::CPAN::Meta" : "0.23",
"Test::Fatal" : "0.010",
"Test::Fatal" : "0.011",
"Test::Kwalitee" : "1.14",
"Test::More" : "0.98",
"Test::Pod" : "1.48",
Expand Down
36 changes: 18 additions & 18 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,52 +22,52 @@ name: Path-IsDev
provides:
Path::IsDev:
file: lib/Path/IsDev.pm
version: v0.3.0
version: v0.3.1
Path::IsDev::Heuristic:
file: lib/Path/IsDev/Heuristic.pm
version: v0.3.0
version: v0.3.1
Path::IsDev::Heuristic::Changelog:
file: lib/Path/IsDev/Heuristic/Changelog.pm
version: v0.3.0
version: v0.3.1
Path::IsDev::Heuristic::DevDirMarker:
file: lib/Path/IsDev/Heuristic/DevDirMarker.pm
version: v0.3.0
version: v0.3.1
Path::IsDev::Heuristic::META:
file: lib/Path/IsDev/Heuristic/META.pm
version: v0.3.0
version: v0.3.1
Path::IsDev::Heuristic::MYMETA:
file: lib/Path/IsDev/Heuristic/MYMETA.pm
version: v0.3.0
version: v0.3.1
Path::IsDev::Heuristic::Makefile:
file: lib/Path/IsDev/Heuristic/Makefile.pm
version: v0.3.0
version: v0.3.1
Path::IsDev::Heuristic::TestDir:
file: lib/Path/IsDev/Heuristic/TestDir.pm
version: v0.3.0
version: v0.3.1
Path::IsDev::Heuristic::Tool::Dzil:
file: lib/Path/IsDev/Heuristic/Tool/Dzil.pm
version: v0.3.0
version: v0.3.1
Path::IsDev::Heuristic::Tool::MakeMaker:
file: lib/Path/IsDev/Heuristic/Tool/MakeMaker.pm
version: v0.3.0
version: v0.3.1
Path::IsDev::Heuristic::Tool::ModuleBuild:
file: lib/Path/IsDev/Heuristic/Tool/ModuleBuild.pm
version: v0.3.0
version: v0.3.1
Path::IsDev::Heuristic::VCS::Git:
file: lib/Path/IsDev/Heuristic/VCS/Git.pm
version: v0.3.0
version: v0.3.1
Path::IsDev::HeuristicSet:
file: lib/Path/IsDev/HeuristicSet.pm
version: v0.3.0
version: v0.3.1
Path::IsDev::HeuristicSet::Basic:
file: lib/Path/IsDev/HeuristicSet/Basic.pm
version: v0.3.0
version: v0.3.1
Path::IsDev::Object:
file: lib/Path/IsDev/Object.pm
version: v0.3.0
version: v0.3.1
requires:
Carp: 0
Class::Tiny: 0
Class::Tiny: 0.005
Module::Runtime: 0
Path::Tiny: 0
Scalar::Util: 0
Expand All @@ -80,7 +80,7 @@ resources:
bugtracker: https://github.com/kentfredric/Path-IsDev/issues
homepage: https://github.com/kentfredric/Path-IsDev
repository: https://github.com/kentfredric/Path-IsDev.git
version: 0.3.0
version: 0.3.1
x_BuiltWith:
modules:
Carp: 1.32
Expand All @@ -99,7 +99,7 @@ x_BuiltWith:
Sub::Exporter: 0.986
Test::CPAN::Changes: 0.23
Test::CPAN::Meta: 0.23
Test::Fatal: 0.010
Test::Fatal: 0.011
Test::Kwalitee: 1.14
Test::More: 0.98
Test::Pod: 1.48
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
tree

VERSION
version 0.3.0
version 0.3.1

SYNOPSIS
use Path::IsDev qw(is_dev);
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author = Kent Fredric <kentfredric@gmail.com>
license = Perl_5
copyright_holder = Kent Fredric <kentfredric@gmail.com>

; Uncomment this to bootstrap via self
; Uncomment this to bootstrap via self
; [Bootstrap::lib]

[@Author::KENTNL]
Expand Down
4 changes: 2 additions & 2 deletions lib/Path/IsDev.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BEGIN {
$Path::IsDev::AUTHORITY = 'cpan:KENTNL';
}
{
$Path::IsDev::VERSION = '0.3.0';
$Path::IsDev::VERSION = '0.3.1';
}

# ABSTRACT: Determine if a given Path resembles a development source tree
Expand Down Expand Up @@ -57,7 +57,7 @@ Path::IsDev - Determine if a given Path resembles a development source tree
=head1 VERSION
version 0.3.0
version 0.3.1
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Path/IsDev/Heuristic.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BEGIN {
$Path::IsDev::Heuristic::AUTHORITY = 'cpan:KENTNL';
}
{
$Path::IsDev::Heuristic::VERSION = '0.3.0';
$Path::IsDev::Heuristic::VERSION = '0.3.1';
}

# ABSTRACT: Heuristic Base class
Expand Down Expand Up @@ -79,7 +79,7 @@ Path::IsDev::Heuristic - Heuristic Base class
=head1 VERSION
version 0.3.0
version 0.3.1
=head1 METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/Path/IsDev/Heuristic/Changelog.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BEGIN {
$Path::IsDev::Heuristic::Changelog::AUTHORITY = 'cpan:KENTNL';
}
{
$Path::IsDev::Heuristic::Changelog::VERSION = '0.3.0';
$Path::IsDev::Heuristic::Changelog::VERSION = '0.3.1';
}

# ABSTRACT: Determine if a path contains a C<Changelog> (or similar)
Expand Down Expand Up @@ -40,7 +40,7 @@ Path::IsDev::Heuristic::Changelog - Determine if a path contains a C<Changelog>
=head1 VERSION
version 0.3.0
version 0.3.1
=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/Path/IsDev/Heuristic/DevDirMarker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BEGIN {
$Path::IsDev::Heuristic::DevDirMarker::AUTHORITY = 'cpan:KENTNL';
}
{
$Path::IsDev::Heuristic::DevDirMarker::VERSION = '0.3.0';
$Path::IsDev::Heuristic::DevDirMarker::VERSION = '0.3.1';
}

# ABSTRACT: Determine if a path contains a C<.devdir> file
Expand All @@ -32,7 +32,7 @@ Path::IsDev::Heuristic::DevDirMarker - Determine if a path contains a C<.devdir>
=head1 VERSION
version 0.3.0
version 0.3.1
=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/Path/IsDev/Heuristic/META.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BEGIN {
$Path::IsDev::Heuristic::META::AUTHORITY = 'cpan:KENTNL';
}
{
$Path::IsDev::Heuristic::META::VERSION = '0.3.0';
$Path::IsDev::Heuristic::META::VERSION = '0.3.1';
}


Expand All @@ -31,7 +31,7 @@ Path::IsDev::Heuristic::META - Determine if a path contains META.(json|yml)
=head1 VERSION
version 0.3.0
version 0.3.1
=head1 METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/Path/IsDev/Heuristic/MYMETA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BEGIN {
$Path::IsDev::Heuristic::MYMETA::AUTHORITY = 'cpan:KENTNL';
}
{
$Path::IsDev::Heuristic::MYMETA::VERSION = '0.3.0';
$Path::IsDev::Heuristic::MYMETA::VERSION = '0.3.1';
}

# ABSTRACT: Determine if a path contains MYMETA.(json|yml)
Expand All @@ -32,7 +32,7 @@ Path::IsDev::Heuristic::MYMETA - Determine if a path contains MYMETA.(json|yml)
=head1 VERSION
version 0.3.0
version 0.3.1
=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/Path/IsDev/Heuristic/Makefile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BEGIN {
$Path::IsDev::Heuristic::Makefile::AUTHORITY = 'cpan:KENTNL';
}
{
$Path::IsDev::Heuristic::Makefile::VERSION = '0.3.0';
$Path::IsDev::Heuristic::Makefile::VERSION = '0.3.1';
}


Expand All @@ -31,7 +31,7 @@ Path::IsDev::Heuristic::Makefile - Determine if a path contains a C<Makefile>
=head1 VERSION
version 0.3.0
version 0.3.1
=head1 METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/Path/IsDev/Heuristic/TestDir.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BEGIN {
$Path::IsDev::Heuristic::TestDir::AUTHORITY = 'cpan:KENTNL';
}
{
$Path::IsDev::Heuristic::TestDir::VERSION = '0.3.0';
$Path::IsDev::Heuristic::TestDir::VERSION = '0.3.1';
}

# ABSTRACT: Determine if a path contains a t/ or xt/ directory
Expand All @@ -31,7 +31,7 @@ Path::IsDev::Heuristic::TestDir - Determine if a path contains a t/ or xt/ direc
=head1 VERSION
version 0.3.0
version 0.3.1
=head1 METHODS
Expand Down
Loading

0 comments on commit 4c734c9

Please sign in to comment.