Skip to content

Commit

Permalink
v2.10
Browse files Browse the repository at this point in the history
  - Detect V modules according to v.mod files (gh#402)
  • Loading branch information
plicease committed Dec 18, 2024
1 parent 28f4638 commit 8213e84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for {{$dist->name}}

{{$NEXT}}

2.10 2024-12-18 11:11:31 -0700
- Detect V modules according to v.mod files (gh#402)

2.09 2024-08-18 20:33:42 -0600
- Fix bug in complex type detection (gh#396, mauke++)

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ my %WriteMakefileArgs = (
"Test2::API" => "1.302015",
"Test2::V0" => "0.000121"
},
"VERSION" => "2.09",
"VERSION" => "2.10",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author = Graham Ollis <plicease@cpan.org>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2015-2022
version = 2.09
version = 2.10

; authordep ExtUtils::MakeMaker

Expand Down

0 comments on commit 8213e84

Please sign in to comment.