NAME
Acme::GRYLLIDA::Utils - The great new Acme::GRYLLIDA::Utils! A test module.
VERSION
Version 0.01
SYNOPSIS
contains a sum() function to add numbers, and a test for that function.
use Acme::GRYLLIDA::Utils;
my $foo = sum(1, 2);
print "$foo\n"; # 3
my $foo = sum(2, 2, "a");
print "$foo\n"; # 4
EXPORT
A list of functions that can be exported.
sum()
SUBROUTINES/METHODS
sum
This function returns a sum of its arguments. Non-number arguments are ignored. No arguments returns undef.
AUTHOR
Gryllida, <Gryllida at gmail.com>
BUGS
Please report any bugs or feature requests to bug-acme-gryllida-utils at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-GRYLLIDA-Utils. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Acme::GRYLLIDA::Utils
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-GRYLLIDA-Utils
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2012 Gryllida.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.