Author: paultcochrane
Date: Wed Mar 14 03:04:13 2007
New Revision: 17478
Modified:
trunk/lib/Parrot/Distribution.pm
trunk/lib/Parrot/Test/PIR_PGE.pm
Log:
[lib] Replaced hard tabs by spaces
Modified: trunk/lib/Parrot/Distribution.pm
==============================================================================
--- trunk/lib/Parrot/Distribution.pm (original)
+++ trunk/lib/Parrot/Distribution.pm Wed Mar 14 03:04:13 2007
@@ -541,26 +541,26 @@
return
map $self->directory_with_name($_) =>
- 'compilers/imcc',
- 'editor',
- 'examples/benchmarks', 'examples/mops',
- 'languages',
- map("languages/$_" => qw<
- APL/tools
- BASIC/compiler BASIC/interpreter
- WMLScript/build
- dotnet dotnet/build dotnet/tools
- lua
- m4/tools
- plumhead
- python
- regex
- scheme scheme/Scheme
- tcl/tools
- urm
- >
- ),
- map("tools/$_" => qw<build dev docs util>),
+ 'compilers/imcc',
+ 'editor',
+ 'examples/benchmarks', 'examples/mops',
+ 'languages',
+ map("languages/$_" => qw<
+ APL/tools
+ BASIC/compiler BASIC/interpreter
+ WMLScript/build
+ dotnet dotnet/build dotnet/tools
+ lua
+ m4/tools
+ plumhead
+ python
+ regex
+ scheme scheme/Scheme
+ tcl/tools
+ urm
+ >
+ ),
+ map("tools/$_" => qw<build dev docs util>),
;
}
@@ -601,49 +601,49 @@
return
map $self->directory_with_name($_) =>
- map("config/$_" => qw<auto auto/cpu/i386 auto/cpu/ppc
- auto/cpu/sun4 auto/cpu/x86_64
- gen gen/cpu/i386 gen/cpu/x86_64 init init/hints inter>),
- 'ext/Parrot-Embed/lib/Parrot',
- map("languages/$_" => qw<
- APL/t
- BASIC/compiler
- HQ9plus/lib/Parrot/Test
- WMLScript/build/SRM WMLScript/t/Parrot/Test
- bc/lib/Parrot/Test bc/lib/Parrot/Test/Bc
- dotnet/build/SRM dotnet/t
- jako/lib/Jako
- jako/lib/Jako/Construct
- lua/Lua lua/t/Parrot/Test
- m4/lib/Parrot/Test m4/lib/Parrot/Test/M4
- parrot_compiler/lib/Parrot/Test
- perl6/t/01-sanity
- plumhead/lib/Parrot/Test plumhead/lib/Parrot/Test/Plumhead
- pugs/t
- regex/lib
- scheme scheme/Scheme
- tcl/lib/Parrot/Test
- urm/lib/URM
- >
- ),
- map("languages/jako/lib/Jako/Construct/$_" => qw<
- Block Block/Conditional Block/Loop Declaration
- Expression Expression/Value Statement Type
- >
- ),
- map("languages/regex/lib/$_" => qw<
- Parrot/Test Regex Regex/CodeGen Regex/Ops Regex/Parse
- >
- ),
- map("lib/$_" => qw<
- Class Digest/Perl File Parrot Parse Pod Pod/Simple Test Text
- >
- ),
- map("lib/Parrot/$_" => qw<
- Config Configure Configure/Step Docs Docs/Section IO
- OpLib OpTrans PIR Pmc2c Test
- >
- ),
+ map("config/$_" => qw<auto auto/cpu/i386 auto/cpu/ppc
+ auto/cpu/sun4 auto/cpu/x86_64
+ gen gen/cpu/i386 gen/cpu/x86_64 init init/hints inter>),
+ 'ext/Parrot-Embed/lib/Parrot',
+ map("languages/$_" => qw<
+ APL/t
+ BASIC/compiler
+ HQ9plus/lib/Parrot/Test
+ WMLScript/build/SRM WMLScript/t/Parrot/Test
+ bc/lib/Parrot/Test bc/lib/Parrot/Test/Bc
+ dotnet/build/SRM dotnet/t
+ jako/lib/Jako
+ jako/lib/Jako/Construct
+ lua/Lua lua/t/Parrot/Test
+ m4/lib/Parrot/Test m4/lib/Parrot/Test/M4
+ parrot_compiler/lib/Parrot/Test
+ perl6/t/01-sanity
+ plumhead/lib/Parrot/Test plumhead/lib/Parrot/Test/Plumhead
+ pugs/t
+ regex/lib
+ scheme scheme/Scheme
+ tcl/lib/Parrot/Test
+ urm/lib/URM
+ >
+ ),
+ map("languages/jako/lib/Jako/Construct/$_" => qw<
+ Block Block/Conditional Block/Loop Declaration
+ Expression Expression/Value Statement Type
+ >
+ ),
+ map("languages/regex/lib/$_" => qw<
+ Parrot/Test Regex Regex/CodeGen Regex/Ops Regex/Parse
+ >
+ ),
+ map("lib/$_" => qw<
+ Class Digest/Perl File Parrot Parse Pod Pod/Simple Test Text
+ >
+ ),
+ map("lib/Parrot/$_" => qw<
+ Config Configure Configure/Step Docs Docs/Section IO
+ OpLib OpTrans PIR Pmc2c Test
+ >
+ ),
;
}
Modified: trunk/lib/Parrot/Test/PIR_PGE.pm
==============================================================================
--- trunk/lib/Parrot/Test/PIR_PGE.pm (original)
+++ trunk/lib/Parrot/Test/PIR_PGE.pm Wed Mar 14 03:04:13 2007
@@ -32,7 +32,7 @@
my $out_f = Parrot::Test::per_test( '.out', $count );
my $parrotdir = dirname $self->{parrot};
-
+
my $args = $ENV{TEST_PROG_ARGS} || '';
$lang_f = File::Spec->rel2abs($lang_f);
@@ -42,7 +42,7 @@
my $cmd;
my $exit_code = 0;
my $pass = 0;
-
+
$cmd = "$self->{parrot} $args languages/PIR/pir.pbc $lang_f";
$exit_code = Parrot::Test::run_command(