summaryrefslogtreecommitdiff
path: root/t/Simple.pm
blob: c70eb65c7b53431d6e4195a466a06d40cdae486a (plain)
1
2
3
4
5
6
7
8
9
package t::Simple;

{ use 5.006; }
use warnings;
use strict;

our $VERSION = 1;

"t::Simple return";