NAME
App::PipeFilter::JsonCat - useless use of cat(1) for JSON streams
VERSION
version 0.005
SYNOPSIS
Here is the jcat(1) pipeline filter.
#!/usr/bin/perl
use App::PipeFilter::JsonCat;
exit App::PipeFilter::JsonCat->new_with_options()->run();
DESCRIPTION
App::PipeFilter::JsonCat implements the jcat(1) pipeline filter. Please see jcat(1) for usage instructions.
This module subclasses App::PipeFilter::Generic::Json and consumes App::PipeFilter::Role::Transform::None to leave the data unchanged.
SEE ALSO
You may read this module's implementation in its entirety at
perldoc -m App::PipeFilter::JsonCat
App::PipeFilter has top-level documentation including a table of contents for all the libraries and utilities included in the project.
BUGS
https://rt.cpan.org/Public/Dist/Display.html?Name=App-PipeFilter
REPOSITORY
https://github.com/rcaputo/app-pipefilter
COPYRIGHT AND LICENSE
App::PipeFilter::JsonCat is Copyright 2011 by Rocco Caputo. All rights are reserved. App::PipeFilter::JsonCat is released under the same terms as Perl itself.