Acme-CPANAuthors-Israeli

 view release on metacpan or  search on metacpan

weaver.ini~  view on Meta::CPAN

command = method

[Leftovers]

[Region  / postlude]

[Authors]
[Legal]

; [Generic / DESCRIPTION]
; required = 1

; [Generic / BUGS]

; [Generic / Section::Bugs]
; [Generic / Section::License]
;
[Bugs]
[Support]
all_modules = 1

xt/release/trailing-space.t  view on Meta::CPAN

#!perl

use strict;
use warnings;

use Test::More;

eval "use Test::TrailingSpace";
if ($@)
{
   plan skip_all => "Test::TrailingSpace required for trailing space test.";
}
else
{
   plan tests => 1;
}

# TODO: add .pod, .PL, the README/Changes/TODO/etc. documents and possibly
# some other stuff.
my $finder = Test::TrailingSpace->new(
   {



( run in 0.430 second using v1.01-cache-2.11-cpan-8780591d54d )