Sha256: f1962d000343140e4c56fec7caeada067584aed2b7968a205f09b034974cc959
Contents?: true
Size: 387 Bytes
Versions: 2
Compression:
Stored size: 387 Bytes
Contents
use strict; use warnings; package YAML::PP::Type::MergeKey; our $VERSION = 'v0.38.0'; # VERSION sub new { my ($class) = @_; return bless {}, $class; } 1; __END__ =pod =encoding utf-8 =head1 NAME YAML::PP::Type::MergeKey - A special node type for merge keys =head1 DESCRIPTION See L<YAML::PP::Schema::Merge> =head1 METHODS =over =item new Constructor =back =cut
Version data entries
2 entries across 1 versions & 1 rubygems