The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Catmandu::Fix::add;

use Catmandu::Sane;

our $VERSION = '1.07';

use Moo;
use namespace::clean;

extends 'Catmandu::Fix::add_field';

1;

__END__

=pod

=head1 NAME

Catmandu::Fix::add - shortcut for Catmandu::Fix::add_field

=head1 SEE ALSO

L<Catmandu::Fix::add_field>

=cut