Skip to content

Commit

Permalink
Build results of 66ede47 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 16, 2014
1 parent d194f6c commit c1a7f73
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 20 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for MooseX-Has-Sugar

1.000005 2014-08-16T00:07:41Z

1.000004 2014-08-15T22:10:31Z
[00 Trivial]
- CPANDAY!
Expand Down
12 changes: 6 additions & 6 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@
"provides" : {
"MooseX::Has::Sugar" : {
"file" : "lib/MooseX/Has/Sugar.pm",
"version" : "1.000004"
"version" : "1.000005"
},
"MooseX::Has::Sugar::Minimal" : {
"file" : "lib/MooseX/Has/Sugar/Minimal.pm",
"version" : "1.000004"
"version" : "1.000005"
},
"MooseX::Has::Sugar::Saccharin" : {
"file" : "lib/MooseX/Has/Sugar/Saccharin.pm",
"version" : "1.000004"
"version" : "1.000005"
}
},
"release_status" : "stable",
Expand All @@ -134,7 +134,7 @@
"web" : "https://github.com/kentnl/MooseX-Has-Sugar"
}
},
"version" : "1.000004",
"version" : "1.000005",
"x_BuiltWith" : {
"modules" : {
"CPAN::Meta" : "2.142060",
Expand Down Expand Up @@ -608,7 +608,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "1.000004-source",
"tag" : "1.000005-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -679,7 +679,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "1.000004",
"tag" : "1.000005",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down
12 changes: 6 additions & 6 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ name: MooseX-Has-Sugar
provides:
MooseX::Has::Sugar:
file: lib/MooseX/Has/Sugar.pm
version: '1.000004'
version: '1.000005'
MooseX::Has::Sugar::Minimal:
file: lib/MooseX/Has/Sugar/Minimal.pm
version: '1.000004'
version: '1.000005'
MooseX::Has::Sugar::Saccharin:
file: lib/MooseX/Has/Sugar/Saccharin.pm
version: '1.000004'
version: '1.000005'
requires:
Carp: '0'
Sub::Exporter::Progressive: '0'
Expand All @@ -38,7 +38,7 @@ resources:
bugtracker: https://github.com/kentnl/MooseX-Has-Sugar/issues
homepage: https://github.com/kentnl/MooseX-Has-Sugar
repository: https://github.com/kentnl/MooseX-Has-Sugar.git
version: '1.000004'
version: '1.000005'
x_BuiltWith:
modules:
CPAN::Meta: '2.142060'
Expand Down Expand Up @@ -417,7 +417,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: '0'
tag: 1.000004-source
tag: 1.000005-source
tag_format: '%v-source'
tag_message: v%v
time_zone: local
Expand Down Expand Up @@ -471,7 +471,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: releases
signed: '0'
tag: '1.000004'
tag: '1.000005'
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 @@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
"lib" => 0,
"namespace::clean" => 0
},
"VERSION" => "1.000004",
"VERSION" => "1.000005",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME
MooseX::Has::Sugar - Sugar Syntax for moose 'has' fields

VERSION
version 1.000004
version 1.000005

SYNOPSIS
Moose "has" syntax is generally fine, but sometimes one gets bothered
Expand Down
4 changes: 2 additions & 2 deletions lib/MooseX/Has/Sugar.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;

package MooseX::Has::Sugar;

our $VERSION = '1.000004';
our $VERSION = '1.000005';

# ABSTRACT: Sugar Syntax for moose 'has' fields

Expand Down Expand Up @@ -127,7 +127,7 @@ MooseX::Has::Sugar - Sugar Syntax for moose 'has' fields
=head1 VERSION
version 1.000004
version 1.000005
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/MooseX/Has/Sugar/Minimal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;

package MooseX::Has::Sugar::Minimal;

our $VERSION = '1.000004';
our $VERSION = '1.000005';

# ABSTRACT: Less Sugary Syntax for moose 'has' fields

Expand Down Expand Up @@ -72,7 +72,7 @@ MooseX::Has::Sugar::Minimal - Less Sugary Syntax for moose 'has' fields
=head1 VERSION
version 1.000004
version 1.000005
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/MooseX/Has/Sugar/Saccharin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;

package MooseX::Has::Sugar::Saccharin;

our $VERSION = '1.000004';
our $VERSION = '1.000005';

# ABSTRACT: Experimental sweetness

Expand Down Expand Up @@ -286,7 +286,7 @@ MooseX::Has::Sugar::Saccharin - Experimental sweetness
=head1 VERSION
version 1.000004
version 1.000005
=head1 SYNOPSIS
Expand Down

0 comments on commit c1a7f73

Please sign in to comment.