Skip to content

Commit

Permalink
Merge pull request #108 from brtastic/feature/type-checking
Browse files Browse the repository at this point in the history
Added "Type Checking" section
  • Loading branch information
uzulla authored Jan 8, 2021
2 parents 4695a2f + cc0ed15 commit aace7e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ We also recommend these lists.
- [Test Double](#test-double)
- [Coverage](#coverage)
- [Tools](#tools)
- [Type Checking](#type-checking)
- [Video](#video)
- [Web Frameworks](#web-frameworks)
- [Middlewares](#middlewares)
Expand Down Expand Up @@ -505,6 +506,12 @@ We also recommend these lists.

* [Config::Tiny](https://metacpan.org/pod/Config::Tiny) - Read/Write .ini style files with as little code as possible


## Type checking

* [MooseX::Types](https://metacpan.org/pod/MooseX::Types) - Moose types management tool
* [Type::Tiny](https://metacpan.org/pod/Type::Tiny) - Tiny, yet comprehensive type library

## Video

* [FFmpeg](https://metacpan.org/pod/FFmpeg) - Interface to FFmpeg, a video converter written in C
Expand Down

0 comments on commit aace7e9

Please sign in to comment.