The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Acme::Ane - Ane means big sister.

SYNOPSIS

    use Acme::Ane;

    my $ane = Acme::Ane->new($your_object)
    if ($ane->is_ane) {
      print "$ane is ane\n";
    }

Other way

    use Acme::Ane "ane";

    my $ane = ane $your_object

DESCRIPTION

Acme::Ane is joke module for Ane lover.

Exports

The following functions are exported only by request.

    ane

METHODS

is_ane

Examin that the objec is ane.

LICENSE

Copyright (C) Tomohiro Nishimura.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Tomohiro Nishimura <tomohiro68@gmail.com>