File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
{ "name" : " Text::CSV" ,
2
- "version" : " 0.006 " ,
2
+ "version" : " 0.008 " ,
3
3
"perl" : " 6.c" ,
4
4
"description" : " Handle CSV data. API based on Text::CSV_XS" ,
5
5
"auth" : " github:Tux" ,
Original file line number Diff line number Diff line change 3
3
.PHONY : test test-verbose profile time tt
4
4
.PRECIOUS : test-t.pl
5
5
6
- VERSION = $(shell perl -MJSON -0e'print decode_json (<>) ->{version}' META6.json)
7
-
8
6
test :
9
7
@perl bugs.pl -s
10
8
podchecker Text-CSV.pod 2>&1 | grep -v WARNING:
51
49
perl time.pl
52
50
53
51
dist :
54
- tgz T Text-CSV- ${VERSION} MANIFEST
52
+ perl make-dist
55
53
56
54
html :
57
55
test -d ../Talks/CSVh && pod2html Text-CSV.pod > ../Talks/CSVh/pod6.html 2> /dev/null
Original file line number Diff line number Diff line change 1
- lib/Text/Text- CSV.pod
1
+ lib/Text/CSV.pod6
You can’t perform that action at this time.
0 commit comments