Author: ericwilhelm Date: Sun Nov 11 12:09:07 2007 New Revision: 10225 Modified: Module-Build/trunk/t/xs.t
Log: t/xs.t - s/Can''t/Can't/ Modified: Module-Build/trunk/t/xs.t ============================================================================== --- Module-Build/trunk/t/xs.t (original) +++ Module-Build/trunk/t/xs.t Sun Nov 11 12:09:07 2007 @@ -101,7 +101,7 @@ # cleanup -chdir( $cwd ) or die "Can''t chdir to '$cwd': $!"; +chdir( $cwd ) or die "Can't chdir to '$cwd': $!"; $dist->remove; @@ -127,7 +127,7 @@ is $@, ''; # cleanup -chdir( $cwd ) or die "Can''t chdir to '$cwd': $!"; +chdir( $cwd ) or die "Can't chdir to '$cwd': $!"; $dist->remove; @@ -222,7 +222,7 @@ is $@, ''; # cleanup -chdir( $cwd ) or die "Can''t chdir to '$cwd': $!"; +chdir( $cwd ) or die "Can't chdir to '$cwd': $!"; $dist->remove; use File::Path;
