perlbrew - Plackup cannot use specific perl version -


my application using plackup , required perl version 5.16 app can run well. used perlbrew downgrade current perl version(5.18) 5.16 here perl --version output

this perl 5, version 16, subversion 0 (v5.16.0) built darwin-2level 

(with 1 registered patch, see perl -v more detail)

copyright 1987-2012, larry wall

perl may copied under terms of either artistic license or gnu general public license, may found in perl 5 source kit.

complete documentation perl, including faq lists, should found on system using "man perl" or "perldoc perl". if have access internet, point browser @ http://www.perl.org/, perl home page.

but app still include perl 5.18 , shows error

can't locate text/microtemplate.pm in @inc (you may need install text::microtemplate module) (@inc contains: lib ./lib /library/perl/5.18/darwin-thread-multi-2level /library/perl/5.18 /network/library/perl/5.18/darwin-thread-multi-2level /network/library/perl/5.18 /library/perl/updates/5.18.2/darwin-thread-multi-2level /library/perl/updates/5.18.2 /system/library/perl/5.18/darwin-thread-multi-2level /system/library/perl/5.18 /system/library/perl/extras/5.18/darwin-thread-multi-2level /system/library/perl/extras/5.18 .)

please help

use which plackup find plackup script, change first line use full path of perl 5.16 install.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -