Skip to content
Snippets Groups Projects
Commit bdd9a58b authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

no need to override constructor

parent 20049973
No related branches found
No related tags found
No related merge requests found
......@@ -20,14 +20,6 @@ __PACKAGE__->meta->setup(
unique_key => [ 'entityid' ],
);
sub new {
my ($pkg, %args) = @_;
my $self = $pkg->SUPER::new(%args);
return $self;
}
## Print the content of a test account
sub print {
my ($self, $fd) = @_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment