Author: ambs Date: Sun Jan 8 11:28:28 2006 New Revision: 11000 Modified: trunk/Configure.pl trunk/README trunk/parrot-config trunk/t/pmc/os.t Log: s/2005/2006/ O:-)
Modified: trunk/Configure.pl ============================================================================== --- trunk/Configure.pl (original) +++ trunk/Configure.pl Sun Jan 8 11:28:28 2006 @@ -1,5 +1,5 @@ #! perl -w -# Copyright: 2001-2005 The Perl Foundation. All Rights Reserved. +# Copyright: 2001-2006 The Perl Foundation. All Rights Reserved. # $Id$ =head1 NAME Modified: trunk/README ============================================================================== --- trunk/README (original) +++ trunk/README Sun Jan 8 11:28:28 2006 @@ -1,7 +1,7 @@ This is Parrot, version 0.4.1 ----------------------------- -Parrot is Copyright (C) 2001-2005 The Perl Foundation. All Rights Reserved. +Parrot is Copyright (C) 2001-2006 The Perl Foundation. All Rights Reserved. $Id$ Modified: trunk/parrot-config ============================================================================== --- trunk/parrot-config (original) +++ trunk/parrot-config Sun Jan 8 11:28:28 2006 @@ -25,7 +25,7 @@ Leopold Toetsch E<lt>[EMAIL PROTECTED]<gt>. =head1 COPYRIGHT -Copyright (c) 2004-2005, the Perl Foundation. +Copyright (c) 2004-2006, the Perl Foundation. =cut Modified: trunk/t/pmc/os.t ============================================================================== --- trunk/t/pmc/os.t (original) +++ trunk/t/pmc/os.t Sun Jan 8 11:28:28 2006 @@ -1,5 +1,5 @@ #! perl -# Copyright: 2001-2005 The Perl Foundation. All Rights Reserved. +# Copyright: 2001-2006 The Perl Foundation. All Rights Reserved. # $Id$ use strict; @@ -11,8 +11,7 @@ use Parrot::Config; use Cwd; our ($MSWin32); - -$MSWin32 = 1 if ($^O =~ m!MSWin32!); +$MSWin32 = 1 if $^O =~ m!MSWin32!; =head1 NAME @@ -209,8 +208,6 @@ done: CODE } - - # Test remove on a file pir_output_is(<<'CODE', <<"OUT", "Test rm call in a file"); .sub main :main
