abbreviation - Perl pragma to abbreviate class names


abbreviation documentation  | view source Contained in the abbreviation distribution.

Index


SYNOPSIS

Top

  use abbreviation qw(Very::Long::ClassName::Here);

  my $obj = Very::Long::ClassName::Here->new;
  my $obj = V::L::CN::Here->new;	# same

DESCRIPTION

Top

Tired of typing long class name? use abbreviation for that.

TRICK AND CAVEAT

Top

Dynamic package name aliasing can be implemented via:

Both has virtue and vice. Currently, abbreviation.pm takes the former. This may change in the future.

AUTHOR

Top

Tatsuhiko Miyagawa <miyagawa@bulknews.net>

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

SEE ALSO

Top

import, namespace.


abbreviation documentation  | view source Contained in the abbreviation distribution.