some changes to filter code
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / bin / simple_filter
1 #!perl
2
3 use strict;
4 use warnings;
5
6 while (<STDIN>) {
7     print;
8 }
9
10 print q{my $foo = "Kilroy was here";}, "\n";