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