Move IO::Compress from ext/ to cpan/
[p5sagit/p5-mst-13.2.git] / t / lib / deprecate / Optionally.pm
CommitLineData
c0f08d2c 1package Optionally::Deprecated;
2use strict;
3
4use if $] >= 5.011, 'deprecate';
5
6q(Mostly harmless);
7