Skip to content

Commit

Permalink
v1.36.4
Browse files Browse the repository at this point in the history
	! Really removed MooseX::ShortCut::BuildInstance::UnhideDebug
		after it got repopulated with a sync from Github

Signed-off-by: Jed Lund <jandrew@cpan.org>
  • Loading branch information
Jed Lund committed Apr 12, 2016
1 parent 7cec8eb commit 4b3423a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 17 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Uses the change tracking convention

* Another cool change

v1.36.4 2016-04-12 14:39:22-07:00 America/Los_Angeles

* Really removed MooseX::ShortCut::BuildInstance::UnhideDebug
after it got repopulated with a sync from Github

v1.36.2 2016-04-12 14:31:59-07:00 America/Los_Angeles

- Removed the class MooseX::ShortCut::BuildInstance::UnhideDebug (Not actually used recently)
Expand Down
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dist.ini
examples/MooseX/ShortCut/build_instance_example.pl
lib/MooseX/ShortCut/BuildInstance.pm
lib/MooseX/ShortCut/BuildInstance/Types.pm
lib/MooseX/ShortCut/BuildInstance/UnhideDebug.pm
t/Identity.pm
t/Mineral.pm
t/MooseX/ShortCut/01-build_instance.t
Expand Down
10 changes: 3 additions & 7 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,11 @@
"provides" : {
"MooseX::ShortCut::BuildInstance" : {
"file" : "lib/MooseX/ShortCut/BuildInstance.pm",
"version" : "v1.36.2"
"version" : "v1.36.4"
},
"MooseX::ShortCut::BuildInstance::Types" : {
"file" : "lib/MooseX/ShortCut/BuildInstance/Types.pm",
"version" : "v1.36.2"
},
"MooseX::ShortCut::BuildInstance::UnhideDebug" : {
"file" : "lib/MooseX/ShortCut/BuildInstance/UnhideDebug.pm",
"version" : "v1.36.2"
"version" : "v1.36.4"
}
},
"release_status" : "stable",
Expand All @@ -99,7 +95,7 @@
"web" : "https://github.com/jandrew/MooseX-ShortCut-BuildInstance"
}
},
"version" : "v1.36.2",
"version" : "v1.36.4",
"x_authority" : "cpan:JANDREW"
}

9 changes: 3 additions & 6 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,10 @@ no_index:
provides:
MooseX::ShortCut::BuildInstance:
file: lib/MooseX/ShortCut/BuildInstance.pm
version: v1.36.2
version: v1.36.4
MooseX::ShortCut::BuildInstance::Types:
file: lib/MooseX/ShortCut/BuildInstance/Types.pm
version: v1.36.2
MooseX::ShortCut::BuildInstance::UnhideDebug:
file: lib/MooseX/ShortCut/BuildInstance/UnhideDebug.pm
version: v1.36.2
version: v1.36.4
requires:
Carp: '0'
Clone: '0'
Expand All @@ -70,5 +67,5 @@ resources:
bugtracker: https://github.com/jandrew/MooseX-ShortCut-BuildInstance/issues
homepage: https://github.com/jandrew/MooseX-ShortCut-BuildInstance
repository: https://github.com/jandrew/MooseX-ShortCut-BuildInstance.git
version: v1.36.2
version: v1.36.4
x_authority: cpan:JANDREW
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ my %WriteMakefileArgs = (
"lib" => 0,
"version" => "0.77"
},
"VERSION" => "v1.36.2",
"VERSION" => "v1.36.4",
"test" => {
"TESTS" => "t/MooseX/ShortCut/*.t t/MooseX/ShortCut/BuildInstance/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/MooseX/ShortCut/BuildInstance.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package MooseX::ShortCut::BuildInstance;
# ABSTRACT: A shortcut to build Moose instances

use version 0.77; our $VERSION = version->declare('v1.36.2');
use version 0.77; our $VERSION = version->declare('v1.36.4');
###LogSD warn "You uncovered internal logging statements for MooseX::ShortCut::BuildInstance-$VERSION";
use 5.010;
use Moose 2.1213;
Expand Down
2 changes: 1 addition & 1 deletion lib/MooseX/ShortCut/BuildInstance/Types.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package MooseX::ShortCut::BuildInstance::Types;
use version; our $VERSION = version->declare('v1.36.2');
use version; our $VERSION = version->declare('v1.36.4');

use strict;
use warnings;
Expand Down

0 comments on commit 4b3423a

Please sign in to comment.