File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Function-Parameters
2
2
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
+
3
8
2.002003 2023-04-19
4
9
- Fix line numbers after inlined type checks (gh #42).
5
10
Previously, the code for type checks was inlined literally, so if a
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ sub _croak {
14
14
15
15
use XSLoader;
16
16
BEGIN {
17
- our $VERSION = ' 2.002003 ' ;
17
+ our $VERSION = ' 2.002004 ' ;
18
18
# $VERSION =~ s/-TRIAL[0-9]*\z//;
19
19
XSLoader::load;
20
20
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use warnings;
6
6
use Function::Parameters;
7
7
use Carp ();
8
8
9
- our $VERSION = ' 2.002003 ' ;
9
+ our $VERSION = ' 2.002004 ' ;
10
10
11
11
{
12
12
package Function::Parameters::Param ;
You can’t perform that action at this time.
0 commit comments