Skip to content

Commit

Permalink
Add core modules to prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
robrwo committed Jul 31, 2020
1 parent b100df9 commit acf278b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Revision history for Net-Statsd-Tiny
[Documentation]
- Update copyright year.

[Toolchain]
- Add core modules in the prerequisites.

v0.3.5 2019-12-21 10:21:06+00:00 Europe/London
[Documentation]
- Fixed typo, thanks @mrdvt92.
Expand Down
3 changes: 3 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

requires "Class::Accessor::Fast" => "0";
requires "IO::Socket" => "1.18";
requires "base" => "0";
requires "perl" => "v5.10.1";
requires "strict" => "0";
requires "warnings" => "0";

on 'test' => sub {
requires "Carp" => "0";
Expand Down
4 changes: 0 additions & 4 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ exclude_match = cpanfile*

[RecommendedPrereqs]
[AutoPrereqs]
[RemovePrereqs]
remove = strict
remove = warnings
remove = base

[EnsurePrereqsInstalled]
:version = 0.003
Expand Down

0 comments on commit acf278b

Please sign in to comment.