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