The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package App::PipeFilter::JsonEthernetToIp;
{
  $App::PipeFilter::JsonEthernetToIp::VERSION = '0.005';
}

use Moose;
extends 'App::PipeFilter::Generic::Json';
with 'App::PipeFilter::Role::Transform::EthernetToIp';

1;

__END__

# vim: ts=2 sw=2 expandtab