Move if from ext/ to cpan/
[p5sagit/p5-mst-13.2.git] / ext / IO-Compress / examples / io / bzip2 / bzstream
1 #!/usr/local/bin/perl
2
3 use strict ;
4 use warnings ;
5 use IO::Compress::Bzip2 qw(:all);
6
7 bzip2 '-' => '-'
8   or die "bzstream: $Bzip2Error\n" ;
9