summaryrefslogtreecommitdiffstats
path: root/t/lib/warn/Foo/Thing.pm
blob: 8dfa0b426ff2a2331a02dec4e23c8cf30a8d7f64 (plain) (blame)
1
2
3
4
5
6
7
8
9
package Foo::Thing;
use strict;
use warnings;

our $VERSION = 0.02;

warn "Loading Foo::Thing";

1;