Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laysakura/acme-learningperl
『初めてのPerl』の練習問題を解くレポジトリ
https://github.com/laysakura/acme-learningperl
Last synced: 17 days ago
JSON representation
『初めてのPerl』の練習問題を解くレポジトリ
- Host: GitHub
- URL: https://github.com/laysakura/acme-learningperl
- Owner: laysakura
- License: other
- Created: 2014-03-26T02:04:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T13:32:47.000Z (over 10 years ago)
- Last Synced: 2024-04-15T12:50:08.478Z (7 months ago)
- Language: Perl
- Size: 121 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::LearningPerl - 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