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