Add tests for Perl and Turning detection

This commit is contained in:
Joshua Peek
2011-11-21 10:42:39 -06:00
parent 0b5a265644
commit e4fe1d17e7
5 changed files with 48 additions and 4 deletions

10
test/fixtures/perl-test.t vendored Normal file
View File

@@ -0,0 +1,10 @@
use strict;
use warnings;
use Foo::Bar
$n = 42;
$name = "world";
@array = ("1","2","3");
%hash = ("foo":"bar");
my $name = "josh";