From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910111213 package HTTP::MobileAttribute::Plugin::Core;use strict;use warnings;use base qw/HTTP::MobileAttribute::Plugin/;sub new { my ($class, $config, $c) = @_; my $self = $class->SUPER::new($config, $c); # $c->load_plugins(); $self;}1;
package
HTTP::MobileAttribute::Plugin::Core;
use
strict;
warnings;
base
qw/HTTP::MobileAttribute::Plugin/
;
sub
new {
my
(
$class
,
$config
$c
) =
@_
$self
=
->SUPER::new(
);
# $c->load_plugins();
}
1;