Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
Yuya Tanaka edited this page Apr 11, 2014 · 6 revisions

新卒Git研修の演習用repositoryです。 まずは、このrepoをforkしてください。

Perlのコード、テストコードを使用している箇所があるので、下記のようにlib/以下をパスに通すようにしてください。

prove -Ilib ...
perl -Ilib ...
# or
export PERL5LIB="${PERL5LIB}:lib"

課題集

Clone this wiki locally