Acme-TextLayout
view release on metacpan or search on metacpan
lib/Acme/TextLayout.pm view on Meta::CPAN
$tl = Acme::TextLayout->new([%opts]);
Create an instance of this class. See B<instantiate> to do anything useful.
=cut
sub new {
my $class = shift;
my %opts = @_;
my $self = \%opts;
bless $self, $class;
$.Class = $class;
return $self;
}
=head2 B<instantiate>
$tl->instantiate(text => ??);
-or-
$tl->instantiate(file => ??);
( run in 1.257 second using v1.01-cache-2.11-cpan-de7293f3b23 )