NAME
    MooseX::Types::Tied - Basic tied Moose types library

VERSION
    version 0.002

SYNOPSIS
        use Moose;
        use MooseX::Types::Tied ':all';

        has tied_array => (is => 'ro', isa => TiedArray);

        # etc...

DESCRIPTION
    This is a collection of basic Moose types for tied references. The
    package behaves as you'd expect a MooseX::Types library to act: either
    specify the types you want imported explicitly or use the ':all'
    catchall.

TYPES
  Tied
    Basetype: Ref (to Scalar)

  TiedArray
    Basetype: ArrayRef

  TiedHash
    Basetype: HashRef

  TiedHandle
    Basetype: FileHandle

AUTHOR
    Chris Weyl <cweyl@alumni.drew.edu>

COPYRIGHT AND LICENSE
    This software is Copyright (c) 2011 by Chris Weyl.

    This is free software, licensed under:

      The GNU Lesser General Public License, Version 2.1, February 1999