Skip to content

Commit

Permalink
Moose-2.1807
Browse files Browse the repository at this point in the history
  [BUG FIXES]

  - The definition context (package, file, & line) for attributes on
    Class::MOP and Moose metaclasses was wrong in all cases.

  - Slight tweaks to the syntax used for hashes in a few tests, that were
    broken by a recent Test::More release that started using a new namespace
    that clashes with a (bareword) type name in these tests. (PR#141,
    D.Maestro)
  • Loading branch information
karenetheridge committed Dec 22, 2016
1 parent 88ce836 commit ea54e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.pod
Expand Up @@ -8,7 +8,7 @@ Moose::Manual::Contributing - How to get involved in Moose

=head1 VERSION

version 2.1806
version 2.1807

=for comment CONTRIBUTING.pod is generated from lib/Moose/Manual/Contributing.pod

Expand Down
2 changes: 1 addition & 1 deletion Changes
@@ -1,7 +1,7 @@
Also see Moose::Manual::Delta for more details of, and workarounds
for, noteworthy changes.

{{$NEXT}}
2.1807 2016-12-22

[BUG FIXES]

Expand Down

0 comments on commit ea54e95

Please sign in to comment.