Move Test::Simple from lib to ext.
[p5sagit/p5-mst-13.2.git] / ext / Test-Simple / t / lib / Dummy.pm
1 package Dummy;
2
3 use strict;
4 our $VERSION = '0.01';
5
6 1;