NAME

Protobuf::Internal::Proxy - Base class for tied XS objects

VERSION

version 0.04

SYNOPSIS

package MyTiedClass;
use parent 'Protobuf::Internal::Proxy';

# ... implementation ...

DESCRIPTION

This module provides common helper functions for classes that tie Perl variables to internal XS objects, for example, delegating method calls to the underlying XS object.