Skip to content

Commit

Permalink
no need to state the obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 13, 2017
1 parent aefc184 commit de71a04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Mojo/Base.pm
Expand Up @@ -167,7 +167,6 @@ All three forms save a lot of typing.
use utf8;
use feature ':5.10';
use IO::Handle ();
use Mojo::Base;
push @ISA, 'Mojo::Base';
sub has { Mojo::Base::attr(__PACKAGE__, @_) }
Expand All @@ -179,7 +178,6 @@ All three forms save a lot of typing.
use IO::Handle ();
require SomeBaseClass;
push @ISA, 'SomeBaseClass';
use Mojo::Base;
sub has { Mojo::Base::attr(__PACKAGE__, @_) }
=head1 FUNCTIONS
Expand Down

0 comments on commit de71a04

Please sign in to comment.