Appease perlcritic
...
This commit is contained in:
parent
0d492467a4
commit
1fc236f2fd
|
@ -7,7 +7,7 @@ use Mojo::Base -base, -signatures;
|
|||
has 'pg';
|
||||
|
||||
sub new($class, $pg, $pg_reference) {
|
||||
bless {$pg => $pg_reference}
|
||||
bless {$pg => $pg_reference}, $class
|
||||
}
|
||||
|
||||
sub create_thread($self, $author, $title, $body, $hidden = 0, $flagged = 0) {
|
||||
|
|
Loading…
Reference in a new issue