-
-
26 May 2008 11:31:23 UTC
- Distribution: Class-Std-Fast
- Module version: v0.0.8
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (3)
- Testers (3 / 0 / 0)
- Kwalitee
Bus factor: 0- 84.44% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (20.42KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Andreas 'ac0v' Specht - ACID@cpan.org
- Dependencies
- Class::Std
- Data::Dumper
- Scalar::Util
- version
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
- NAME
- VERSION
- SYNOPSIS
- DESCRIPTION
- SUBROUTINES/METHODS
- DIAGNOSTICS
- CONFIGURATION AND ENVIRONMENT
- DEPENDENCIES
- INCOMPATIBILITIES
- BUGS AND LIMITATIONS
- RCS INFORMATIONS
- AUTHOR
- LICENSE AND COPYRIGHT
NAME
Class::Std::Fast::Storable - Fast Storable InsideOut objects
VERSION
This document describes Class::Std::Fast::Storable 0.0.8
SYNOPSIS
package MyClass; use Class::Std::Fast::Storable; 1; package main; use Storable qw(freeze thaw); my $thawn = freeze(thaw(MyClass->new()));
DESCRIPTION
Class::Std::Fast::Storable does the same as Class::Std::Storable does for Class::Std. The API is the same as Class::Std::Storable's, with few exceptions.
SUBROUTINES/METHODS
STORABLE_freeze
see method Class::Std::Storable::STORABLE_freeze
STORABLE_thaw
see method Class::Std::Storable::STORABLE_thaw
DIAGNOSTICS
see Class::Std
and
CONFIGURATION AND ENVIRONMENT
DEPENDENCIES
INCOMPATIBILITIES
STORABLE_freeze_pre, STORABLE_freeze_post, STORABLE_thaw_pre and STORABLE_thaw_post must not be implemented as AUTOMETHOD.
see Class::Std and Class::Std::Storable
BUGS AND LIMITATIONS
see Class::Std and Class::Std::Storable
RCS INFORMATIONS
- Last changed by
-
$Author: ac0v $
- Id
-
$Id: Storable.pm 469 2008-05-26 11:26:35Z ac0v $
- Revision
-
$Revision: 469 $
- Date
-
$Date: 2008-05-26 13:26:35 +0200 (Mon, 26 May 2008) $
- HeadURL
-
$HeadURL: file:///var/svn/repos/Hyper/Class-Std-Fast/branches/0.0.8/lib/Class/Std/Fast/Storable.pm $
AUTHOR
Andreas 'ac0v' Specht
<ACID@cpan.org>
LICENSE AND COPYRIGHT
Copyright (c) 2007, Andreas Specht
<ACID@cpan.org>
. All rights reserved.This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Class::Std::Fast, copy and paste the appropriate command in to your terminal.
cpanm Class::Std::Fast
perl -MCPAN -e shell install Class::Std::Fast
For more information on module installation, please visit the detailed CPAN module installation guide.