App-perlmv

 view release on metacpan or  search on metacpan

t/ln.t  view on Meta::CPAN

#!perl -T

use strict;
use warnings;
use Test::More tests => 2;
use FindBin '$Bin';
($Bin) = $Bin =~ /(.+)/;

our $Perl;
our $Dir;

require "$Bin/testlib.pl";
prepare_for_testing();

test_perlmv([1, 2, 3], {code=>'$_++', mode=>'l'}, ["1", "2", "2.1", "3", "3.1", "4"], 'normal');
# XXX actually test that an extra link is created, via stat()

end_testing();



( run in 2.443 seconds using v1.01-cache-2.11-cpan-5b529ec07f3 )