Skip to content

Commit

Permalink
Build results of 36956a1 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Sep 27, 2015
1 parent 533ba40 commit ada9c6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Release history for PPIx-Element-Package

0.001000 2015-09-27T20:44:54Z f09faa1
0.001000 2015-09-27T21:35:01Z 36956a1
- First version.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"version" : "0.001000"
}
},
"release_status" : "stable",
"release_status" : "testing",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/kentnl/PPIx-Element-Package/issues"
Expand Down Expand Up @@ -882,7 +882,7 @@
"zilla" : {
"class" : "Dist::Zilla::Dist::Builder",
"config" : {
"is_trial" : "0"
"is_trial" : "1"
},
"version" : "5.039"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/PPIx/Element/Package.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package PPIx::Element::Package;

our $VERSION = '0.001000';
our $VERSION = '0.001000'; # TRIAL

# ABSTRACT: Derive the package an element is defined in

Expand Down

0 comments on commit ada9c6e

Please sign in to comment.