package Bundle::Perl6; $VERSION = '0.07'; 1; __END__ =head1 NAME Bundle::Perl6 - A bundle to install Perl6-related modules =head1 SYNOPSIS perl -MCPAN -e 'install Bundle::Perl6' =head1 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::Say - Implements the Perl 6 say (print-with-newline) function 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 =head1 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. =head1 AVAILABILITY The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit L to find a CPAN site near you. Or see L. =head1 VERSION This document describes version 0.07 of C. =head1 AUTHOR Marcel GrEnauer, Emarcel@cpan.orgE =head1 COPYRIGHT Copyright 2001-2004 Marcel GrEnauer. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =head1 SEE ALSO All the modules in the bundle, of course. =cut