summaryrefslogblamecommitdiffstats
path: root/t/lib/lexical.pl
blob: d004c3f7cca6eae9cc8164dd5d93ca1e22229640 (plain) (tree)
1
2
3
4
5
6
7
8







                          
#!/usr/bin/env perl
use strict;
use warnings;

Test::More::ok(1 ~~ 1);
Test::More::ok(!(1 ~~ 0));

1;