Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo in pod for Type::Tiny::Enum #70

Merged
merged 1 commit into from
May 2, 2021

Conversation

windymelt
Copy link
Contributor

I found trivial typo inside pod for Type::Tiny::Enum.

Example code seems to be broken due to typo.

Thanks!

@tobyink tobyink merged commit 5e9a882 into tobyink:master May 2, 2021
clrpackages pushed a commit to clearlinux-pkgs/perl-Type-Tiny that referenced this pull request May 5, 2021
… version 1.012002

1.012002	2021-05-02

 [ Bug Fixes ]
 - Fix precendence error in generated code for Tuples.
   Philippe Bruhat++
   <tobyink/p5-type-tiny#64>

 [ Documentation ]
 - Fixed typo in pod for Type::Tiny::Enum
   Windymelt++
   <tobyink/p5-type-tiny#70>

 [ Test Suite ]
 - Fix testcase for Tuples with slurpy HashRef to pass a literal hashref
   (which should fail) instead of an arrayref (which should also fail, but

(NEWS truncated at 15 lines)
@windymelt windymelt deleted the fix-typo-enum branch June 29, 2021 07:03
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Jul 4, 2021
Upstream changes:
1.012003        2021-05-09

 [ Documentation ]
 - Fixed typo in Type::Tiny::Enum where the `closest_match` method was
   documented as being called `closet_match`.

 [ Other ]
 - Type::Parser now supports negative hexadecimal integers.

1.012002        2021-05-02

 [ Bug Fixes ]
 - Fix precendence error in generated code for Tuples.
   Philippe Bruhat++
   <tobyink/p5-type-tiny#64>

 [ Documentation ]
 - Fixed typo in pod for Type::Tiny::Enum
   Windymelt++
   <tobyink/p5-type-tiny#70>

 [ Test Suite ]
 - Fix testcase for Tuples with slurpy HashRef to pass a literal hashref
   (which should fail) instead of an arrayref (which should also fail, but
   less subtly).
   Philippe Bruhat++
   <tobyink/p5-type-tiny#64>
 - Type::Tiny is no longer routinely tested on Perl versions older than
   5.8.1.
   <https://github.com/tobyink/p5-type-tiny/actions>

 [ Other ]
 - Type::Parser now supports hexadecimal integers.
   <tobyink/p5-type-tiny#71>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants