Skip to content

Commit 2be2e05

Browse files
haargLeont
authored andcommitted
remove use deprecate
The deprecate module is meant for modules that are include in perl core but will be removed in the future. Now that Module::Build has been removed, there is no need to continue using it, no matter the perl version.
1 parent bcc04c2 commit 2be2e05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Revision history for Perl extension Module::Build.
44

55
- Include relative path for do in Build/Makefile.PL will function without . in @INC [Todd Rinaldo]
66

7+
- Remove use deprecate [Graham Knop]
8+
79
0.4220 - Tue Aug 16 22:11:14 CEST 2016
810

911
- Released 0.42_19 as 0.4220

lib/Module/Build.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package Module::Build;
22

3-
use if $] >= 5.019, 'deprecate';
4-
53
# This module doesn't do much of anything itself, it inherits from the
64
# modules that do the real work. The only real thing it has to do is
75
# figure out which OS-specific module to pull in. Many of the

0 commit comments

Comments
 (0)