App-TemplateCMD

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        More complete gulp option (Ivan Wills)
        Merge branch 'master' of github.com:ivanwills/App-TemplateCMD (Ivan Wills)
        Added Moo option (Ivan Wills)
        Added TODO file (Ivan Wills)
        New file to produce a template for a POD document (Ivan Wills)

0.5.6   2015-01-19
        Updating for release of version 0.5.6
        Added more items to the package.json file (Ivan Wills)
        New builder for gulp module (Ivan Wills)
        Licence updated (Ivan Wills)
        Updated skipped files (Ivan Wills)

0.5.5   2014-12-28
        Updating for release of version 0.5.5
        Updated licence (Ivan Wills)
        Changed double quotes to single quotes (Ivan Wills)
        Cleaned up generated whitespace (Ivan Wills)
        Added default columns (Ivan Wills)
        DBIx::Class helpers (Ivan Wills)

Changes  view on Meta::CPAN

        Updated dependancies (Ivan Wills)
        Added more files to skip (Ivan Wills)
        New templates for Test::Class::Moose (Ivan Wills)
        Fixed abstracts to match spec per http://neilb.org/2014/02/19/compliant-abstract.html (Ivan Wills)
        Adding tag files (Ivan Wills)
        Improved default Moose style (Ivan Wills)
        Added configure_requires section (Ivan Wills)
        Added default ignore file (Ivan Wills)
        Changed default load test to require files (fixes Windows issues) (Ivan Wills)
        Fixed YAML syntax (Ivan Wills)
        LICENCE updated (Ivan Wills)

0.5.1   2013-05-09
        Changed default load test to one that finds all modules and tries to use them
        Added manifest test to default module builds
        Fixed file generation
        Fixed version numbers
        Fixed warning
        Changed build/module to make other standard files
        Added blank template
        Changed to using google jquery

templates/bash.sh  view on Meta::CPAN

    if lockfile -${lck_wait} -r ${lck_tries} "${lckfile}"; then
        echo "$(date +"%Y:%m:%d:%T:$hname}:$$")" >> "${lckfile}"
        sts=$?
        if [ ${sts} -ne 0 ]; then
            echo "# Failed to create/update lockfile \"${lckfile}\":${sts}"
            rm -f "${lckfile}"
            exit ${sts}
            # unreachable but stickly would return 0 false
            sts=1
        else
            # Got the lock and updated return true aka 0
            sts=0
        fi
    else
        sts=1
        echo "Job already processing !! Please wait till the job completes"
    fi

    return ${sts}
}



( run in 0.262 second using v1.01-cache-2.11-cpan-05444aca049 )