~ubuntu-branches/ubuntu/vivid/libmouse-perl/vivid

« back to all changes in this revision

Viewing changes to lib/Mouse/PurePerl.pm

  • Committer: Bazaar Package Importer
  • Author(s): Ansgar Burchardt
  • Date: 2010-11-20 12:11:53 UTC
  • mfrom: (1.3.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20101120121153-0zjj6obj8dm7v6f8
Tags: 0.87-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
613
613
 
614
614
sub type_parameter           { $_[0]->{type_parameter} }
615
615
sub _compiled_type_constraint{ $_[0]->{compiled_type_constraint} }
616
 
sub _compiled_type_coercion  { $_[0]->{_compiled_type_coercion}  }
617
616
 
618
617
sub __is_parameterized { exists $_[0]->{type_parameter} }
619
618
sub has_coercion {       exists $_[0]->{_compiled_type_coercion} }
750
749
 
751
750
=head1 VERSION
752
751
 
753
 
This document describes Mouse version 0.86
 
752
This document describes Mouse version 0.87
754
753
 
755
754
=head1 SEE ALSO
756
755