Skip to content

Commit

Permalink
Red Hat is insane
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Jun 28, 2017
1 parent 41b4691 commit aff57cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
2017-06-28 1.2 Let people add fixtures to an existing
2017-06-28 1.2000 Let people add fixtures to an existing
C::M::G::IT object, with convenient shorthands;
Add note to doco about namespace::autoclean

Expand Down
2 changes: 1 addition & 1 deletion lib/Class/Mock/Generic/InterfaceTester.pm
Expand Up @@ -3,7 +3,7 @@ package Class::Mock::Generic::InterfaceTester;
use strict;
use warnings;

our $VERSION = '1.2';
our $VERSION = '1.2000';

use vars qw($AUTOLOAD);

Expand Down
2 changes: 1 addition & 1 deletion lib/Class/Mock/Method/InterfaceTester.pm
Expand Up @@ -3,7 +3,7 @@ package Class::Mock::Method::InterfaceTester;
use strict;
use warnings;

our $VERSION = '1.0';
our $VERSION = '1.2000';

# all this pre-amble is damned near identical to C::M::G::IT. Re-factor.
use Test::More ();
Expand Down
2 changes: 1 addition & 1 deletion lib/Class/Mockable.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
no strict 'refs';

our $VERSION = '1.2';
our $VERSION = '1.2000';

our %mocks;

Expand Down

0 comments on commit aff57cf

Please sign in to comment.