Acme-Marvel-CinematicUniverse-Characters

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    Acme::Marvel::CinematicUniverse::Characters - example of distributing
    instance data on CPAN

SYNOPSIS
      use Acme::Marvel::CinematicUniverse::Characters;
  
      say for Acme::Marvel::CinematicUniverse::Characters->find('tony');

DESCRIPTION
    This module is primarily intended as an example of how to distribute
    instances of objects on CPAN.

    It uses characters from the Marvel Cinematic Universe (Earth-199999)
    rather than the comic book universe, though power grid data is taken from
    the Marvel wiki, and mostly based on the comic books. It currently only
    includes the six core characters from *Marvel's The Avengers* (2012), also
    known as *Avengers Assemble* in the UK and Ireland.

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

=encoding utf-8

=head1 NAME

Acme::Marvel::CinematicUniverse::Characters - example of distributing instance data on CPAN

=head1 SYNOPSIS

  use Acme::Marvel::CinematicUniverse::Characters;
  
  say for Acme::Marvel::CinematicUniverse::Characters->find('tony');

=head1 DESCRIPTION

This module is primarily intended as an example of how to distribute instances
of objects on CPAN.

It uses characters from the Marvel Cinematic Universe (Earth-199999) rather
than the comic book universe, though power grid data is taken from the
Marvel wiki, and mostly based on the comic books. It currently only includes
the six core characters from I<< Marvel's The Avengers >> (2012), also known



( run in 1.686 second using v1.01-cache-2.11-cpan-800906f7e73 )