The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Acme::APHILIPP::Utils - Test module that sums

VERSION

Version 0.05

SYNOPSIS

    use Acme::APHILIPP::Utils;

    my $sum = sum(1, 2, 3);
    print "$sum\n"; # 6

EXPORT

A list of functions that can be exported.

sum()

SUBROUTINES/METHODS

sum

Returns the sum of the numbers passed to it, ignoring arguments that don't look like numbers.

AUTHOR

Andre Philipp, <aphilipp at cpan.org>

BUGS

Please report any bugs or feature requests to bug-acme-aphilipp-utils at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-APHILIPP-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::APHILIPP::Utils

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2013 Andre Philipp.

This program is free software; you can redistribute it and/or modify it under the terms of the the Artistic License (2.0). You may obtain a copy of the full license at:

http://www.perlfoundation.org/artistic_license_2_0