Task-BeLike-MELO

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

Changes
INSTALL
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
contrib/install_deps.sh
contrib/install_distroprefs.sh
contrib/prefs/CAPTTOFU.DBD-mysql.yml
contrib/prefs/CNANDOR.Mac-AppleEvents-Simple.yml
contrib/prefs/CNANDOR.Mac-Carbon.yml
contrib/prefs/HAYASHI.Term-ReadLine-Gnu.yml
contrib/prefs/ILYAZ.Term-ReadLine-Perl.yml
contrib/prefs/THOR.Net-LibIDN.yml
contrib/update_deps.sh
dist.ini
lib/Task/BeLike/MELO.pm

contrib/install_deps.sh  view on Meta::CPAN

#!/bin/sh

./install_distroprefs.sh

export perl_version=`perl -MConfig -e 'print $Config{version}'`
eval $(perl -I$HOME/.perl5/$perl_version/lib/perl5 -Mlocal::lib=$HOME/.perl5/$perl_version/)

cd Task-Bootstrap/Task-Bootstrap-1.0
PERL_MM_USE_DEFAULT=1 cpan .

contrib/install_distroprefs.sh  view on Meta::CPAN

#!/bin/sh

distro_prefs="$HOME/.cpan/prefs"

if [ ! -e "$distro_prefs" ] ; then
  mkdir -p "$distro_prefs"
fi
if [ -e "$distro_prefs" ] ; then
  cp -r prefs/ "$distro_prefs"
fi

contrib/update_deps.sh  view on Meta::CPAN

#!/bin/sh

./install_distroprefs.sh

export perl_version=`perl -MConfig -e 'print $Config{version}'`
eval $(perl -I$HOME/.perl5/$perl_version/lib/perl5 -Mlocal::lib=$HOME/.perl5/$perl_version/)

cd Task-Bootstrap
dzil build

cd Task-Bootstrap-1.0
PERL_MM_USE_DEFAULT=1 cpan .



( run in 1.498 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )