Acme-Marvel-CinematicUniverse-Characters

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.

                     END OF TERMS AND CONDITIONS

        Appendix: How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to humanity, the best way to achieve this is to make it
free software which everyone can redistribute and change under these
terms.

  To do so, attach the following notices to the program.  It is safest to
attach them to the start of each source file to most effectively convey
the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) 19yy  <name of author>

README  view on Meta::CPAN

  Methods
    `characters`
        Returns a list of all known characters. In scalar context, returns the
        count of characters.

        Characters are Acme::Marvel::CinematicUniverse::Character objects.

    find($needle)
        Given a string or regexp to search for, searches for a character by
        name, returning all the results as a list. In scalar context, returns
        the first match, which may or may not be the "best" match.

        Strings given as search terms are treated case-insensitively. Regexps
        are used as-is, so may or may not be case-sensitive.

        Characters are Acme::Marvel::CinematicUniverse::Character objects.

    `instance_modules`
        Returns a list of modules that have been used to find character data.

    load_character($character)

lib/Acme/Marvel/CinematicUniverse/Characters.pm  view on Meta::CPAN


Returns a list of all known characters. In scalar context, returns the
count of characters.

Characters are L<Acme::Marvel::CinematicUniverse::Character> objects.

=item C<< find($needle) >>

Given a string or regexp to search for, searches for a character by name,
returning all the results as a list. In scalar context, returns the first
match, which may or may not be the "best" match.

Strings given as search terms are treated case-insensitively. Regexps
are used as-is, so may or may not be case-sensitive.

Characters are L<Acme::Marvel::CinematicUniverse::Character> objects.

=item C<< instance_modules >>

Returns a list of modules that have been used to find character data.



( run in 0.966 second using v1.01-cache-2.11-cpan-4e96b696675 )