]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Remove a trailing space
authorVincent Pit <vince@profvince.com>
Thu, 26 Feb 2009 17:43:04 +0000 (18:43 +0100)
committerVincent Pit <vince@profvince.com>
Thu, 26 Feb 2009 17:43:04 +0000 (18:43 +0100)
t/11-args.t

index 879dadd04deda260b7d1ad2e7f8ce52ae6436119..36047c5f66455574f67e5b00928e85096544740e 100644 (file)
@@ -26,7 +26,7 @@ use Test::More tests => 12 + 6;
 
 {
  package LTT;
+
  no warnings 'once';
  *ts = \&Lexical::Types::Test::LTT::TYPEDSCALAR
 }