Skip to content

Commit

Permalink
Build results of e887e9d (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Sep 27, 2014
1 parent c901979 commit e460c2f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
12 changes: 10 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Release history for Gentoo-PerlMod-Version

0.7.0 2014-09-27T06:35:09Z
0.7.0 2014-09-27T06:42:25Z
[00 Important - Installing Toolkit Change]
- This may affect hand operated downstreams
- Code is migrated from using Module::Build to using ExtUtils::MakeMaker as an install tool.
Expand All @@ -14,9 +14,17 @@
- build: -1
- configure: +1 -1 (recommends: +1)
- develop: +50 -1 (recommends: -1, suggests: +1 ↑1)
- runtime: +1 ↓1 -1
- runtime: +2 ↓1 -1
- test: +2 ↓1 -2 (recommends: +3)

[Internals]
- Fatal Exceptions don't lose their context as soon as they're thrown.
- However, backtraces are subsequently slightly impeded.
- Use Devel::Cover for full backtraces.

[Metadata]
- recognize 1x contributor

0.6.0 2012-10-27T12:27:17Z
[00 IMPORTANT CHANGES]
- $perlver being undef now is an error.
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/kentfredric/Gentoo-PerlMod-Version/issues"
"web" : "https://github.com/kentnl/Gentoo-PerlMod-Version/issues"
},
"homepage" : "https://github.com/kentfredric/Gentoo-PerlMod-Version",
"homepage" : "https://github.com/kentnl/Gentoo-PerlMod-Version",
"repository" : {
"type" : "git",
"url" : "https://github.com/kentfredric/Gentoo-PerlMod-Version.git",
"web" : "https://github.com/kentfredric/Gentoo-PerlMod-Version"
"url" : "https://github.com/kentnl/Gentoo-PerlMod-Version.git",
"web" : "https://github.com/kentnl/Gentoo-PerlMod-Version"
}
},
"version" : "0.7.0",
Expand Down
6 changes: 3 additions & 3 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ requires:
version: '0.77'
warnings: '0'
resources:
bugtracker: https://github.com/kentfredric/Gentoo-PerlMod-Version/issues
homepage: https://github.com/kentfredric/Gentoo-PerlMod-Version
repository: https://github.com/kentfredric/Gentoo-PerlMod-Version.git
bugtracker: https://github.com/kentnl/Gentoo-PerlMod-Version/issues
homepage: https://github.com/kentnl/Gentoo-PerlMod-Version
repository: https://github.com/kentnl/Gentoo-PerlMod-Version.git
version: 0.7.0
x_BuiltWith:
modules:
Expand Down
1 change: 1 addition & 0 deletions misc/Changes.deps
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (co

[Added / runtime requires]
- Sub::Exporter::Progressive
- overload

[Added / test requires]
- ExtUtils::MakeMaker
Expand Down
1 change: 1 addition & 0 deletions misc/Changes.deps.all
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen

[Added / runtime requires]
- Sub::Exporter::Progressive
- overload

[Added / test recommends]
- CPAN::Meta 2.120900
Expand Down

0 comments on commit e460c2f

Please sign in to comment.