NAME
Hydrogen::Topic::Scalar - functions from Hydrogen::Scalar applied to $_
VERSION
This documentation is for Hydrogen::Topic::Scalar 0.012, which is based on Sub::HandlesVia::HandlerLibrary::Scalar 0.036.
FUNCTIONS
Each function implicitly operates on $_
, expecting it to be a scalar.
make_getter()
Operates on $_
, which must be a scalar.
Returns a getter coderef.
make_setter()
Operates on $_
, which must be a scalar.
Returns a setter coderef.
EXPORT
No functions are exported by this module by default. To import them all (this is usually a bad idea), use:
use Hydrogen::Topic::Scalar -all;
To import a particular function, use:
use Hydrogen::Topic::Scalar 'make_getter';
To rename functions:
use Hydrogen::Topic::Scalar 'make_getter' => { -as => 'myfunc' };
See Exporter::Tiny::Manual::Importing for more hints on importing.
BUGS
Please report any bugs to http://github.com/tobyink/p5-hydrogen/issues.
SEE ALSO
Hydrogen, Hydrogen::Scalar, Hydrogen::Curry::Scalar, Sub::HandlesVia::HandlerLibrary::Scalar.
AUTHOR
Toby Inkster <tobyink@cpan.org>.
COPYRIGHT AND LICENCE
This software is copyright (c) 2022 by Toby Inkster.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.