Skip to content

Simple perl app example, bundling dependencies from cpan locally

License

Notifications You must be signed in to change notification settings

kiernan/perl-app-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install dependencies:

cpanm --installdeps -q --skip-satisfied -L local .

Run tests:

./local/bin/localenv prove -lr t/
or just
./env prove -lr t/

Run app, or anything else with local libs in path:

./env bin/print_year.pl

Build package:

gem install fpm
edit ./VERSION
fpm -s dir -t rpm -n TestApp -v $(cat VERSION) --prefix /opt/testapp -x *.rpm ./*

About

Simple perl app example, bundling dependencies from cpan locally

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages