App-SFDC-Metadata

 view release on metacpan or  search on metacpan

lib/App/SFDC/Command/Deploy.pm  view on Meta::CPAN


has '_zipFile',
    lazy => 1,
    is => 'rw',
    default => sub {
        my $self = shift;

        return $self->zipfile
            ? do {
                open my $FH, '<', $self->zipfile;
                binmode $FH;
                local $/;
                <$FH>;
            }
            : WWW::SFDC::Zip::makezip(
                'src/',
                $self->_manifest->getFileList,
                'package.xml',
                (
                    $self->deletions
                      ? ('destructiveChangesPre.xml', 'destructiveChangesPost.xml')



( run in 0.375 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )