shit

 view release on metacpan or  search on metacpan

lib/shit.pm  view on Meta::CPAN

  $shit::VERSION = '0.02';
}

#ABSTRACT: just use stuff

use strict;
use warnings;

sub import {
  warnings->import();
  strict->import();
}

sub unimport {
  strict->unimport();
  warnings->unimport();
}

q[for when it hits the fan];




( run in 0.492 second using v1.01-cache-2.11-cpan-299005ec8e3 )