Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 4978143

Browse files
committed
v1.132950
- and even more test fixes to avoid byte order, json key order and url key order issues
1 parent e375a22 commit 4978143

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Revision history for {{$dist->name}}
22

33
{{$NEXT}}
44

5+
1.132950 2013-10-22 11:36:48 Europe/Berlin
6+
- and even more test fixes to avoid byte order, json key order and url key
7+
order issues
8+
59
1.132940 2013-10-21 14:47:24 Europe/Berlin
610
- more test fixes
711

META.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,15 @@
6161
"Test::Fatal" : "0",
6262
"Test::InDistDir" : "0",
6363
"Test::More" : "0",
64+
"URI" : "0",
6465
"strict" : "0"
6566
}
6667
}
6768
},
6869
"provides" : {
6970
"WebService::Plotly" : {
7071
"file" : "lib/WebService/Plotly.pm",
71-
"version" : "1.132940"
72+
"version" : "1.132950"
7273
}
7374
},
7475
"release_status" : "stable",
@@ -84,6 +85,6 @@
8485
"web" : "https://github.com/cparmer/plotlyperl"
8586
}
8687
},
87-
"version" : "1.132940"
88+
"version" : "1.132950"
8889
}
8990

README.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WebService::Plotly - access plot.ly programmatically
44

55
=head1 VERSION
66

7-
version 1.132940
7+
version 1.132950
88

99
=head1 SYNOPSIS
1010

0 commit comments

Comments
 (0)