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