Skip to content

Commit 4e4ed41

Browse files
committedOct 30, 2023
Oops I die fez upload instead of make dist
1 parent bdc862c commit 4e4ed41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎META6.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ "name" : "Text::CSV",
2-
"version" : "0.021",
2+
"version" : "0.022",
33
"perl" : "6.d",
44
"description" : "Handle CSV data. API based on Perl's Text::CSV_XS",
55
"auth" : "zef:Tux",

‎lib/Text/CSV.rakumod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use Slang::Tuxic;
44
use File::Temp;
55
use Text::IO::String;
66

7-
my $VERSION = "0.021";
7+
my $VERSION = "0.022";
88

99
my constant $opt_v = %*ENV<RAKU_VERBOSE> // 1;
1010

0 commit comments

Comments
 (0)
Please sign in to comment.