NAME
Data::Object::Scalar - Scalar Object for Perl 5
VERSION
version 0.41
SYNOPSIS
use Data::Object::Scalar;
my $scalar = Data::Object::Scalar->new(\12345);
DESCRIPTION
Data::Object::Scalar provides common methods for operating on Perl 5 scalar objects. Scalar methods work on data that meets the criteria for being a scalar.
COMPOSITION
This class inherits all functionality from the Data::Object::Role::Scalar role and implements proxy methods as documented herewith.
SEE ALSO
AUTHOR
Al Newkirk <anewkirk@ana.io>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Al Newkirk.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.