
MooseX::Types::Buf - Moose type definitions for Byte buffers

use Moose; use MooseX::Types::Buf; has 'raw_data' => ( is => 'rw', isa => 'Buf', coerce => 1 );

This module lets you specify attributes as Byte buffers.

Coercions provided:
Turns off the Unicode bit using Encode::encode_utf8($_).
If the Unicode bit is already off, the coercion is a no-op.
No-op; the Unicode bit is left off.

åé³³ <cpan@audreyt.org>

To the extent possible under law, åé³³ has waived all copyright and related or neighboring rights to MooseX-Types-Buf.