# This is the default for all files

'/usr/bin/perl -wT' => '*'

# whoops!  Looks like a ruby test got in there
'/usr/bin/ruby' => 't/ruby.t'

# let's see if we can test fetching web pages!
'/usr/bin/perl -w test_html.pl' => 'http://www.google.com/'
'/usr/bin/perl -w test_html.pl' => 'http://www.yahoo.com/'
