|
NAMEData::Object::KindABSTRACTAbstract Base Class for Data::Object Value ClassesSYNOPSISpackage Data::Object::Hash; use base 'Data::Object::Kind'; sub new { bless {}; } package main; my $hash = Data::Object::Hash->new; DESCRIPTIONThis package provides methods common across all Data::Object value classes.LIBRARIESThis package uses type constraints from:Data::Object::Types METHODSThis package implements the following methods:classclass() : Str The class method returns the class name for the given class or object.
detractdetract() : Any The detract method returns the raw data value for a given object.
spacespace() : SpaceObject The space method returns a Data::Object::Space object for the given object.
typetype() : Str The type method returns object type string.
AUTHORAl Newkirk, "awncorp@cpan.org"LICENSECopyright (C) 2011-2019, Al Newkirk, et al.This is free software; you can redistribute it and/or modify it under the terms of the The Apache License, Version 2.0, as elucidated in the "license file" <https://github.com/iamalnewkirk/foobar/blob/master/LICENSE>. PROJECTWiki <https://github.com/iamalnewkirk/foobar/wiki>Project <https://github.com/iamalnewkirk/foobar> Initiatives <https://github.com/iamalnewkirk/foobar/projects> Milestones <https://github.com/iamalnewkirk/foobar/milestones> Contributing <https://github.com/iamalnewkirk/foobar/blob/master/CONTRIBUTE.md> Issues <https://github.com/iamalnewkirk/foobar/issues>
Visit the GSP FreeBSD Man Page Interface. |