We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc862c commit 4e4ed41Copy full SHA for 4e4ed41
META6.json
@@ -1,5 +1,5 @@
1
{ "name" : "Text::CSV",
2
- "version" : "0.021",
+ "version" : "0.022",
3
"perl" : "6.d",
4
"description" : "Handle CSV data. API based on Perl's Text::CSV_XS",
5
"auth" : "zef:Tux",
lib/Text/CSV.rakumod
@@ -4,7 +4,7 @@ use Slang::Tuxic;
use File::Temp;
use Text::IO::String;
6
7
-my $VERSION = "0.021";
+my $VERSION = "0.022";
8
9
my constant $opt_v = %*ENV<RAKU_VERBOSE> // 1;
10
0 commit comments