Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laysakura/acme-intermediateperl
『続・初めてのPerl』の練習問題解くためのレポジトリ
https://github.com/laysakura/acme-intermediateperl
Last synced: 17 days ago
JSON representation
『続・初めてのPerl』の練習問題解くためのレポジトリ
- Host: GitHub
- URL: https://github.com/laysakura/acme-intermediateperl
- Owner: laysakura
- License: other
- Created: 2013-11-20T06:20:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-23T07:30:38.000Z (almost 11 years ago)
- Last Synced: 2024-04-15T12:50:08.032Z (7 months ago)
- Language: Perl
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/laysakura/Acme-IntermediatePerl.png)](https://travis-ci.org/laysakura/Acme-IntermediatePerl)
# NAME
Acme::IntermediatePerl - Solutions to exercises in "Intermediate Perl"
# SYNOPSIS
```perl
$ carton install
$ carton exec prove -Ilib
```# LICENSE
Copyright (C) Sho Nakatani.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.# AUTHOR
Sho Nakatani