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

NAME

__ - alias __::__ to __PACKAGE__

SYNOPSIS

Now you can write:

  package Awesome;
  use __;

  __::__->some_class_method;

instead of:

  __PACKAGE__->some_class_method;

Think of the time you'll save.

AUTHOR

mst on #moose:

    <mst> Penfold: sub __::__ { scalar caller() }                   [12:23]

PERSON INSANE ENOUGH TO CPAN THIS

Jonathan Rockway jrockway@cpan.org

COPYRIGHT

Public domain.