Skip to content

Commit d1fe682

Browse files
committed
version 2.002004
1 parent fa19100 commit d1fe682

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Changes

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Revision history for Function-Parameters
22

3+
2.002004 2023-07-15
4+
- Remove 'perl -T' from tests. This way we can run on perls compiled
5+
without support for taint mode. The test didn't actually care about
6+
taint anyway.
7+
38
2.002003 2023-04-19
49
- Fix line numbers after inlined type checks (gh #42).
510
Previously, the code for type checks was inlined literally, so if a

lib/Function/Parameters.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sub _croak {
1414

1515
use XSLoader;
1616
BEGIN {
17-
our $VERSION = '2.002003';
17+
our $VERSION = '2.002004';
1818
#$VERSION =~ s/-TRIAL[0-9]*\z//;
1919
XSLoader::load;
2020
}

lib/Function/Parameters/Info.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use warnings;
66
use Function::Parameters;
77
use Carp ();
88

9-
our $VERSION = '2.002003';
9+
our $VERSION = '2.002004';
1010

1111
{
1212
package Function::Parameters::Param;

0 commit comments

Comments
 (0)