NAME
Nothing::Tiny - a module that does nothing, albeit with no accessor overhead or non-core dependencies
SYNOPSIS
Sometimes modules with actual functionality are too slow or use too much memory. Nothing::Tiny
aims to balance features with memory usage by doing nothing in the smallest amount of space possible.
Here's how to use it:
use Nothing::Tiny;
Now you've done nothing, all while not adding any non-core dependencies to your application! Tinylicious!
AUTHOR
Jonathan Rockway <jrockway@cpan.org>
COPYRIGHT
This module is free of software. You may redistribute it under the same terms as Perl itself.