-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpan/parent - Update to version 0.243
0.243 2024-11-27 . Reinstate test for apostrophe as package separator, as the package separator is allowed again . No code change, only tests have been amended co-authored-by: Eric Herman <[email protected]> co-authored-by: Philippe Bruhat (BooK) <[email protected]>
- Loading branch information
1 parent
f177882
commit a3319b9
Showing
3 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package parent; | ||
use strict; | ||
|
||
our $VERSION = '0.242_001'; | ||
our $VERSION = '0.243'; | ||
|
||
sub import { | ||
my $class = shift; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters