Skip to content

Commit eb3129a

Browse files
author
H.Merijn Brand - Tux
committed
Up just for CPAN
1 parent 0eef276 commit eb3129a

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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.006",
2+
"version" : "0.008",
33
"perl" : "6.c",
44
"description" : "Handle CSV data. API based on Text::CSV_XS",
55
"auth" : "github:Tux",

Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
.PHONY: test test-verbose profile time tt
44
.PRECIOUS: test-t.pl
55

6-
VERSION = $(shell perl -MJSON -0e'print decode_json (<>)->{version}' META6.json)
7-
86
test:
97
@perl bugs.pl -s
108
podchecker Text-CSV.pod 2>&1 | grep -v WARNING:
@@ -51,7 +49,7 @@ time:
5149
perl time.pl
5250

5351
dist:
54-
tgz T Text-CSV-${VERSION} MANIFEST
52+
perl make-dist
5553

5654
html:
5755
test -d ../Talks/CSVh && pod2html Text-CSV.pod >../Talks/CSVh/pod6.html 2>/dev/null

Text-CSV.pod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lib/Text/Text-CSV.pod
1+
lib/Text/CSV.pod6

0 commit comments

Comments
 (0)