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

use Catmandu::Sane;

our $VERSION = '1.0605';

use Moo;
use namespace::clean;

extends 'Catmandu::Fix::set_field';

1;

__END__

=pod

=head1 NAME

Catmandu::Fix::set - shortcut for Catmandu::Fix::set_field

=head1 SEE ALSO

L<Catmandu::Fix::set_field>

=cut