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

Minor correction to POD header #43

Merged
merged 1 commit into from
Aug 5, 2018
Merged

Conversation

jonasbn
Copy link
Contributor

@jonasbn jonasbn commented Aug 5, 2018

Just spotted a minor POD heading issue, when reading the documentation. I think the comparison part starting with =head1 should hold two sub sections, beginning with =head2, but the second one is a =head1 - that is if I am reading the documentation structure correctly.

Just spotted a minor POD heading issue, when reading the documentation. I think the [comparison part](https://metacpan.org/pod/release/TOBYINK/Type-Tiny-1.004002/lib/Type/Params.pm#COMPARISONS-WITH-OTHER-MODULES) starting with `=head1` _should_ hold two sub sections, beginning with `=head2`, but [the second one](https://metacpan.org/pod/release/TOBYINK/Type-Tiny-1.004002/lib/Type/Params.pm#Params::ValidationCompiler) is a `=head1` - that is if I am reading the documentation structure correctly.
@tobyink tobyink merged commit 8a1774b into tobyink:master Aug 5, 2018
@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.172% when pulling 3a89222 on jonasbn:patch-1 into d44d128 on tobyink:master.

@jonasbn jonasbn deleted the patch-1 branch August 5, 2018 10:02
clrpackages pushed a commit to clearlinux-pkgs/perl-Type-Tiny that referenced this pull request Nov 13, 2019
1.006000	2019-11-12

 [ Documentation ]
 - Links to Type::Tiny on GitHub/Travis/AppVeyor/Coveralls in Type::Tiny
   pod.
 - Minor correction to POD header for Type::Params
   Jonas B Nielsen++
   <tobyink/p5-type-tiny#43>
 - Types::Standard documentation fix.
   Lucas Buchala++
   <tobyink/p5-type-tiny#48>

 [ Test Suite ]
 - Improve test coverage.

(NEWS truncated at 15 lines)
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Dec 6, 2019
Update DEPENDS

Upstream changes:
1.006000        2019-11-12

 [ Documentation ]
 - Links to Type::Tiny on GitHub/Travis/AppVeyor/Coveralls in Type::Tiny
   pod.
 - Minor correction to POD header for Type::Params
   Jonas B Nielsen++
   <tobyink/p5-type-tiny#43>
 - Types::Standard documentation fix.
   Lucas Buchala++
   <tobyink/p5-type-tiny#48>

 [ Test Suite ]
 - Improve test coverage.

 [ Packaging ]
 - Bump minimum required version of Exporter::Tiny to 1.000000.
 - Type::Tiny::XS 0.016 is recommended.

 [ Other ]
 - Added: Type::Library now supports `of` and `where` options when
   importing type constraints.
 - Added: Type::Params multisig function now supports custom error
   messages.
   Benct Philip Jonsson++
   <tobyink/p5-type-tiny#44>
 - Added: Type::Params named_to_list feature.
   <https://rt.cpan.org/Ticket/Display.html?id=128337>
 - Added: Type::Params signatures with slurpy hashrefs now allow true
   hashrefs to be passed to them.
 - Added: Type::Tiny::Enum now has a `unique_values` method.
   <https://rt.cpan.org/Ticket/Display.html?id=129650>
 - Added: Types::Standard ArrayRef parameterized type can now take a second
   parameter, the minimum array length.
 - Better implementation of is_subtype_of/is_supertype_of and related
   functions.
 - Don't use Int from Type::Tiny::XS unless version 0.016 is available.
   <https://rt.cpan.org/Ticket/Display.html?id=130411>
 - Eliminate memory cycles created by coderef overloading in Type::Tiny and
   Type::Coercion.
   Fixes RT#130823.
   Ivanov Anton++
   <https://rt.cpan.org/Ticket/Display.html?id=130823>
 - Eval::TypeTiny's API is now considered to be stable.
 - Fix Types::Standard's LazyLoad implementation.
 - The `values` attribute of Type::Tiny::Enum now preserves order.
   Fixes RT#129650.
   Daniel Schröer++
   <https://rt.cpan.org/Ticket/Display.html?id=129650>
 - Tidy up Type::Tiny namespace a little by fully-referencing some
   functions instead of importing them.
 - Tweaks to Type::Tiny and Type::Coercion to avoid unnecessarily loading
   overload.pm and overloading.pm.
 - Types::TypeTiny::TypeTiny->has_coercion is now true.

1.005_004       2019-11-11

 [ Documentation ]
 - Types::Standard documentation fix.
   Lucas Buchala++
   <tobyink/p5-type-tiny#48>

 [ Other ]
 - Added: Type::Tiny::Enum now has a `unique_values` method.
   <https://rt.cpan.org/Ticket/Display.html?id=129650>
 - Don't use Int from Type::Tiny::XS unless version 0.016 is available.
   <https://rt.cpan.org/Ticket/Display.html?id=130411>
 - Eliminate memory cycles created by coderef overloading in Type::Tiny and
   Type::Coercion.
   Fixes RT#130823.
   Ivanov Anton++
   <https://rt.cpan.org/Ticket/Display.html?id=130823>
 - The `values` attribute of Type::Tiny::Enum now preserves order.
   Fixes RT#129650.
   Daniel Schröer++
   <https://rt.cpan.org/Ticket/Display.html?id=129650>

1.005_003       2019-02-26

 [ Test Suite ]
 - Improve test coverage.

 [ Other ]
 - Fix Types::Standard's LazyLoad implementation.

1.005_002       2019-01-29

 - Added: Type::Params named_to_list feature.
   <https://rt.cpan.org/Ticket/Display.html?id=128337>

1.005_001       2019-01-23

 - Added: Type::Library now supports `of` and `where` options when
   importing type constraints.

1.005_000       2019-01-20

 [ Bug Fixes ]
 - Fix spelling in error message for Types::Common::String
   LowerCaseSimpleStr.
   Robert Rothenberg++
   <tobyink/p5-type-tiny#47>

 [ Documentation ]
 - Fix Type::Params documentation error.
   Nelo Onyiah++
   <tobyink/p5-type-tiny#45>
 - Fix Types::Standard documentation error: incorrect third-party module
   name.
   Nelo Onyiah++
   <tobyink/p5-type-tiny#46>
 - Minor correction to POD header for Type::Params
   Jonas B Nielsen++
   <tobyink/p5-type-tiny#43>

 [ Packaging ]
 - Bump minimum required version of Exporter::Tiny to 1.000000.

 [ Other ]
 - Added: Type::Params multisig function now supports custom error
   messages.
   Benct Philip Jonsson++
   <tobyink/p5-type-tiny#44>
 - Added: Types::Standard ArrayRef parameterized type can now take a second
   parameter, the minimum array length.
 - Better implementation of is_subtype_of/is_supertype_of and related
   functions.
 - Eval::TypeTiny's API is now considered to be stable.
 - Tidy up Type::Tiny namespace a little by fully-referencing some
   functions instead of importing them.
 - Tweaks to Type::Tiny and Type::Coercion to avoid unnecessarily loading
   overload.pm and overloading.pm.
 - Type::Params signatures with slurpy hashrefs now allow true hashrefs to
   be passed to them.
 - Types::TypeTiny::TypeTiny->has_coercion is now true.
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

3 participants