MikroTik-Client
view release on metacpan or search on metacpan
lib/MikroTik/Client/Mo.pm view on Meta::CPAN
package MikroTik::Client::Mo;
# use Mo qw'default import';
# The following line of code was produced from the previous line by
# Mo::Inline version 0.40
no warnings;my$M=__PACKAGE__.'::';*{$M.Object::new}=sub{my$c=shift;my$s=bless{@_},$c;my%n=%{$c.'::'.':E'};map{$s->{$_}=$n{$_}->()if!exists$s->{$_}}keys%n;$s};*{$M.import}=sub{import warnings;$^H|=1538;my($P,%e,%o)=caller.'::';shift;eval"no Mo::$_",&{...
1;
=encoding utf8
=head1 NAME
MikroTik::Client::Mo - Mo inlined
=head1 SYNOPSIS
package MikroTik::Client::MyModule;
use MikroTik::Client::Mo;
=head1 DESCRIPTION
Inlined version of L<Mo>. Will use C<default> feature automatically.
=head1 CAVEATS
Attributes behaviour changed in a way, that they will return an invocant
instead of value when called with an argument to allow chaining.
=cut
( run in 2.159 seconds using v1.01-cache-2.11-cpan-56fb94df46f )