Acme-SGABRIEL-Utils
view release on metacpan or search on metacpan
lib/Tie/Cycle.pm view on Meta::CPAN
package Tie::Cycle;
use 5.006;
use strict;
use warnings FATAL => 'all';
=head1 NAME
Tie::Cycle - Test an erroneous upload (Intermediate Perl, Exercise )
=head1 VERSION
Version 0.01
=cut
our $VERSION = '0.01';
=head1 SYNOPSIS
Does nothing useful (to save space rather than copy the legit code)
=head1 SUBROUTINES/METHODS
=head2 do_nothing (no parameters allowed)
Does nothing, successfully
=cut
sub do_nothing()
{
return 1;
}
=head1 AUTHOR
Gabriel Sharp, C<< <osirisgothra at hotmail.com> >>
=head1 BUGS
Please report any bugs or feature requests to C<bug-acme::sgabriel::utils at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme::SGABRIEL::Utils>. I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Tie::Cycle
You can also look for information at:
=over 4
=item * RT: CPAN's request tracker (report bugs here)
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme::SGABRIEL::Utils>
=item * AnnoCPAN: Annotated CPAN documentation
L<http://annocpan.org/dist/Acme::SGABRIEL::Utils>
( run in 0.992 second using v1.01-cache-2.11-cpan-b16cb0d3907 )