From: Shawn M Moore Date: Wed, 16 Jul 2008 06:33:45 +0000 (+0000) Subject: More consistent header X-Git-Tag: 0.19~239 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9baf5d6bc5ac4b034196d755c234062dc5673ad7;p=gitmo%2FMouse.git More consistent header --- diff --git a/lib/Mouse.pm b/lib/Mouse.pm index c6013e9..862fe44 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -1,4 +1,4 @@ -#!perl +#!/usr/bin/env perl package Mouse; use strict; use warnings; diff --git a/lib/Mouse/Object.pm b/lib/Mouse/Object.pm index f813fd5..1511d28 100644 --- a/lib/Mouse/Object.pm +++ b/lib/Mouse/Object.pm @@ -2,8 +2,8 @@ package Mouse::Object; use strict; use warnings; -use MRO::Compat; +use MRO::Compat; use Scalar::Util qw/blessed weaken/; use Carp 'confess'; diff --git a/lib/Mouse/TypeRegistry.pm b/lib/Mouse/TypeRegistry.pm index c5ce7ed..757ed85 100644 --- a/lib/Mouse/TypeRegistry.pm +++ b/lib/Mouse/TypeRegistry.pm @@ -2,6 +2,7 @@ package Mouse::TypeRegistry; use strict; use warnings; + use Scalar::Util qw/looks_like_number blessed openhandle/; no warnings 'uninitialized'; diff --git a/lib/Squirrel.pm b/lib/Squirrel.pm index 5599db0..fc8ea09 100644 --- a/lib/Squirrel.pm +++ b/lib/Squirrel.pm @@ -1,7 +1,5 @@ -#!/usr/bin/perl - +#!/usr/bin/env perl package Squirrel; - use strict; use warnings; diff --git a/lib/Squirrel/Role.pm b/lib/Squirrel/Role.pm index ca41eef..0405c1c 100644 --- a/lib/Squirrel/Role.pm +++ b/lib/Squirrel/Role.pm @@ -1,7 +1,5 @@ -#!/usr/bin/perl - +#!/usr/bin/env perl package Squirrel::Role; - use strict; use warnings;