Skip to content

Commit 54348af

Browse files
committed
bump version to 3
1 parent f5d82e7 commit 54348af

File tree

385 files changed

+385
-385
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

385 files changed

+385
-385
lines changed

lib/Class/MOP.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package Class::MOP;
2-
our $VERSION = '2.2208';
2+
our $VERSION = '3.0000';
33

44
use strict;
55
use warnings;

lib/Class/MOP/Attribute.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package Class::MOP::Attribute;
2-
our $VERSION = '2.2208';
2+
our $VERSION = '3.0000';
33

44
use strict;
55
use warnings;

lib/Class/MOP/Class.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package Class::MOP::Class;
2-
our $VERSION = '2.2208';
2+
our $VERSION = '3.0000';
33

44
use strict;
55
use warnings;

lib/Class/MOP/Class/Immutable/Trait.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package Class::MOP::Class::Immutable::Trait;
2-
our $VERSION = '2.2208';
2+
our $VERSION = '3.0000';
33

44
use strict;
55
use warnings;

lib/Class/MOP/Deprecated.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package Class::MOP::Deprecated;
2-
our $VERSION = '2.2208';
2+
our $VERSION = '3.0000';
33

44
use strict;
55
use warnings;

lib/Class/MOP/Instance.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package Class::MOP::Instance;
2-
our $VERSION = '2.2208';
2+
our $VERSION = '3.0000';
33

44
use strict;
55
use warnings;

lib/Class/MOP/Method.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package Class::MOP::Method;
2-
our $VERSION = '2.2208';
2+
our $VERSION = '3.0000';
33

44
use strict;
55
use warnings;

lib/Class/MOP/Method/Accessor.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package Class::MOP::Method::Accessor;
2-
our $VERSION = '2.2208';
2+
our $VERSION = '3.0000';
33

44
use strict;
55
use warnings;

lib/Class/MOP/Method/Constructor.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package Class::MOP::Method::Constructor;
2-
our $VERSION = '2.2208';
2+
our $VERSION = '3.0000';
33

44
use strict;
55
use warnings;

lib/Class/MOP/Method/Generated.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package Class::MOP::Method::Generated;
2-
our $VERSION = '2.2208';
2+
our $VERSION = '3.0000';
33

44
use strict;
55
use warnings;

0 commit comments

Comments
 (0)