NAME
    Bundle::Perl6 - A bundle to install Perl6-related modules

SYNOPSIS
      perl -MCPAN -e 'install Bundle::Perl6'

CONTENTS
    Attribute::Handlers - Simpler definition of attribute handlers

    Attribute::Types - Attributes that confer type on variables

    Attribute::Overload - Attribute that makes overloading easier

    Attribute::TieClasses - Attribute wrappers for CPAN Tie classes

    Attribute::Util - A selection of general-utility attributes

    Attribute::Deprecated - Mark deprecated methods

    CLASS - Alias for __PACKAGE__

    Class::Object - Each object is its own class

    Coro - create and manage coroutines

    Exporter::Simple - Easier set-up of module exports with attributes

    NEXT - Provide a pseudo-class NEXT for method redispatch

    Scalar::Properties - Run-time properties on scalar variables

    Switch - A switch statement for Perl

    Perl6::Binding - implement Perl6 aliasing features

    Perl6::Classes - First class classes in Perl 5

    Perl6::Currying - Perl 6 subroutine currying for Perl 5

    Perl6::Export - Implements the Perl 6 'is export(...)' trait

    Perl6::Form - Implements the Perl 6 'form' built-in

    Perl6::Gather - Implements the Perl 6 'gather/take' control structure in
    Perl 5

    Perl6::Interpolators - Use Perl 6 function-interpolation syntax

    Perl6::Parameters - Perl 6-style prototypes with named parameters

    Perl6::Placeholders - Perl 6 implicitly declared parameters for Perl 5

    Perl6::Tokener - It's a Perl 6 tokener. It tokenises Perl 6.

    Perl6::Variables - Perl 6 variable syntax for Perl 5

    UNIVERSAL::exports - Lightweight, universal exporting of variables

    Want - Implement the want() command

DESCRIPTION
    This bundle defines modules that may be of interest to those discussing
    and implementing the Perl 6 language. Some of these are
    proof-of-concepts that the respective authors have implemented to show
    how things might work in Perl 6.

AVAILABILITY
    The latest version of this module is available from the Comprehensive
    Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a
    CPAN site near you. Or see
    <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>.

VERSION
    This document describes version 0.05 of "Bundle::Perl6".

AUTHOR
    Marcel Grnauer, <marcel@cpan.org>

COPYRIGHT
    Copyright 2001-2004 Marcel Grnauer. All rights reserved.

    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

SEE ALSO
    All the modules in the bundle, of course.

