]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Use VMG_OP_INFO_* macros in the synopsys for op_info
authorVincent Pit <vince@profvince.com>
Mon, 9 Feb 2009 00:34:13 +0000 (01:34 +0100)
committerVincent Pit <vince@profvince.com>
Mon, 9 Feb 2009 00:34:13 +0000 (01:34 +0100)
lib/Variable/Magic.pm

index b82e214197eeb024a02fb2066aad8ecbbfcb7675..91a4badae4a70e3df45420d63e4d3be3adf54c35 100644 (file)
@@ -300,7 +300,7 @@ BEGIN {
            exists   => sub { my ($ref, $data, $key) = @_; ... },
            delete   => sub { my ($ref, $data, $key) = @_; ... },
            copy_key => $bool,
-           op_info  => [ 0 | 1 | 2 ]
+           op_info  => [ 0 | VMG_OP_INFO_NAME | VMG_OP_INFO_OBJECT ]
 
 This function creates a 'wizard', an opaque type that holds the magic information.
 It takes a list of keys / values as argument, whose keys can be :