Data-ObjectStore
view release on metacpan or search on metacpan
lib/Data/ObjectStore.pm view on Meta::CPAN
} #_get_id
# END PACKAGE Data::ObjectStore
# --------------------------------------------------------------------------------
package Data::ObjectStore::Array;
##################################################################################
# This module is used transparently by ObjectStore to link arrays into its graph #
# structure. This is not meant to be called explicitly or modified. #
##################################################################################
use strict;
use warnings;
use warnings FATAL => 'all';
no warnings 'numeric';
no warnings 'recursion';
use Tie::Array;
lib/Data/ObjectStore.pm view on Meta::CPAN
delete $self->[DSTORE]->[WEAK]{$self->[ID]};
}
# END PACKAGE Data::ObjectStore::Array
# --------------------------------------------------------------------------------
package Data::ObjectStore::Hash;
##################################################################################
# This module is used transparently by ObjectStore to link hashes into its #
# graph structure. This is not meant to be called explicitly or modified. #
##################################################################################
use strict;
use warnings;
no warnings 'uninitialized';
no warnings 'numeric';
no warnings 'recursion';
( run in 0.353 second using v1.01-cache-2.11-cpan-0a6323c29d9 )