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

Commit a2eb350

Browse files
committed
v1.133380
- die with an explanatory message if PDL version is to low to encode to JSON - allow PDL version comparisons to deal with uninstalled, or dev versions
1 parent 1c7e1e3 commit a2eb350

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Changes

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

33
{{$NEXT}}
44

5+
1.133380 2013-12-04 10:36:32 Europe/Berlin
6+
- die with an explanatory message if PDL version is to low to encode to
7+
JSON
8+
- allow PDL version comparisons to deal with uninstalled, or dev versions
9+
510
1.133370 2013-12-03 14:00:04 Europe/Berlin
611
- moved repo to plotly account
712
- when using PDL functionality, PDL needs to be 2.006 or greater

META.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,15 @@
6161
"Test::InDistDir" : "0",
6262
"Test::More" : "0",
6363
"URI" : "0",
64-
"strict" : "0"
64+
"strict" : "0",
65+
"version" : "0"
6566
}
6667
}
6768
},
6869
"provides" : {
6970
"WebService::Plotly" : {
7071
"file" : "lib/WebService/Plotly.pm",
71-
"version" : "1.133370"
72+
"version" : "1.133380"
7273
}
7374
},
7475
"release_status" : "stable",
@@ -84,6 +85,6 @@
8485
"web" : "https://github.com/plotly/Perl-API"
8586
}
8687
},
87-
"version" : "1.133370"
88+
"version" : "1.133380"
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.133370
7+
version 1.133380
88

99
=head1 SYNOPSIS
1010

0 commit comments

Comments
 (0)