Skip to content

Commit

Permalink
Add "use strict" and "use warnings" to WellWell::Plugin module.
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Nov 24, 2010
1 parent 234d850 commit ea9aec0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/WellWell/Plugin.pm
Expand Up @@ -19,6 +19,9 @@

package WellWell::Plugin;

use strict;
use warnings;

use vars qw/@ISA @EXPORT_OK/;

require Exporter;
Expand Down

0 comments on commit ea9aec0

Please sign in to comment.