Skip to content

Commit

Permalink
make intentional spellings known
Browse files Browse the repository at this point in the history
  • Loading branch information
rsrchboy committed Apr 21, 2012
1 parent 4988a35 commit 3d32f46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 6 additions & 4 deletions lib/MooseX/Types/Tied.pm
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ subtype TiedHandle,

__END__
=for stopwords TiedArray TiedHash TiedHandle
=head1 SYNOPSIS
use Moose;
Expand All @@ -57,18 +59,18 @@ types you want imported explicitly or use the ':all' catchall.
=head2 Tied
Basetype: Ref (to Scalar)
Base type: Ref (to Scalar)
=head2 TiedArray
Basetype: ArrayRef
Base type: ArrayRef
=head2 TiedHash
Basetype: HashRef
Base type: HashRef
=head2 TiedHandle
Basetype: FileHandle
Base type: FileHandle
=cut
6 changes: 4 additions & 2 deletions lib/MooseX/Types/Tied/Hash/IxHash.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ coerce IxHash,

__END__
=for stopwords TiedArray TiedHash TiedHandle IxHash
=head1 SYNOPSIS
use Moose;
Expand All @@ -39,7 +41,7 @@ __END__
=head1 DESCRIPTION
This is a collection of basic L<Moose> types and coercions for L<Tie::IxHash>
This is a collection of L<Moose> types and coercion settings for L<Tie::IxHash>
tied hashes.
The package behaves as you'd expect a L<MooseX::Types> library to act: either
Expand All @@ -49,7 +51,7 @@ specify the types you want imported explicitly or use the ':all' catchall.
=head2 IxHash
Basetype: TiedHash
Base type: TiedHash
This type coerces from ArrayRef. As of 0.004 we no longer coerce from
HashRef, as that lead to 1) annoyingly easy to miss errors involving expecting
Expand Down

0 comments on commit 3d32f46

Please sign in to comment.