Acme-Flat
view release on metacpan or search on metacpan
lib/Acme/Flat/PADOP.pm view on Meta::CPAN
use 5.006;
use strict;
use warnings;
package Acme::Flat::PADOP;
# ABSTRACT: An Operation with a reference to a PAD element.
our $VERSION = '0.001001';
our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
use parent qw( Acme::Flat::OP );
use Class::Tiny;
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::Flat::PADOP - An Operation with a reference to a PAD element.
=head1 VERSION
version 0.001001
=head1 DESCRIPTION
This OP is only available in Perls compiled with ithreads.
=head1 AUTHOR
Kent Fredric <kentnl@cpan.org>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Kent Fredric <kentfredric@gmail.com>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut
( run in 1.544 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )