Acme-Free-API-ChuckNorris

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.9.10  Thu Aug 29 04:13:31 PM UTC 2024
        - Updated initial release of API client for https://api.chucknorris.io/jokes
        - demo project for Perl API clients, using Util::H2O::More
        - found via, https://www.freepublicapis.com/
        - feature complete, but documentation and tweaks may be needed
          based on feedback
        - fixed POD and changelog

1.0.0	Mon Sep  9 05:52:56 PM UTC 2024
	- maintenance release, updated dist.ini to reflect required
	  module versions

1.0.1	Sun Mar  9 02:01:55 PM UTC 2025
	- attempting to fix testing errors by pinning down perl and
          Util::H2O::More versions

LICENSE  view on Meta::CPAN

        of the Copyright Holder as specified below.

        "Copyright Holder" is whoever is named in the copyright or
        copyrights for the package.

        "You" is you, if you're thinking about copying or distributing
        this Package.

        "Reasonable copying fee" is whatever you can justify on the
        basis of media cost, duplication charges, time of people involved,
        and so on.  (You will not be required to justify it to the
        Copyright Holder, but only to the computing community at large
        as a market that must bear the fee.)

        "Freely Available" means that no fee is charged for the item
        itself, though there may be fees involved in handling the item.
        It also means that recipients of the item may redistribute it
        under the same conditions they received it.

1. You may make and give away verbatim copies of the source form of the
Standard Version of this Package without restriction, provided that you

lib/Acme/Free/API/ChuckNorris.pm  view on Meta::CPAN

Like C<categories>, the first line is printed via C<STDERR>.

=back

=head2 Internal Methods

There are no internal methods to speak of.

=head1 ENVIRONMENT

Nothing special required.

=head1 AUTHOR

Brett Estrade L<< <oodler@cpan.org> >>

=head1 BUGS

Please report.

=head1 LICENSE AND COPYRIGHT

t/release-kwalitee.t  view on Meta::CPAN

  unless ($ENV{RELEASE_TESTING}) {
    print qq{1..0 # SKIP these tests are for release candidate testing\n};
    exit
  }
}


use Test::More;

eval "use Test::Kwalitee";
plan skip_all => "Test::Kwalitee required for testing kwalitee"
  if $@;



( run in 0.399 second using v1.01-cache-2.11-cpan-0a6323c29d9 )