v0.03
New tubes:

Change the run mode,
my $p = Pipe->cat("file"); # returns a Pipe object $p->run; # executes the pipe.

my $p = Pipe->cat("file")->run; # also works

v0.02 2006.04.14
New tubes:

Added few examples to the documentation.

v0.01 2006.04.12

Initial release