Win32-Exe

 view release on metacpan or  search on metacpan

lib/Win32/Exe/Manifest.pm  view on Meta::CPAN


sub get_parser_config {
    my $self = shift;
    my %config = (
        KeepRoot   => 1,
        ForceArray => 1,
        KeyAttr => {},
        XMLDecl => $self->default_xmldecl,
        ForceContent => 1,
        ContentKey => $self->default_content,
        # AttrIndent => 1,
    );
    return %config;
}

sub refhash { $_[0]->{_w32_exe_dataref}; }


sub merge_manifest {
    my($self, $xml) = @_;
    my $mergefest;



( run in 0.266 second using v1.01-cache-2.11-cpan-a5abf4f5562 )