-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
35 lines (20 loc) · 1023 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Revision history for Perl module Statistics::RserveClient
release-CPAN-0.06 Thu Mar 28 2013
* Sequence of releases from release-CPAN-0.03 through this release
to get version numbering right.
* Expanded README/README.md to include acknowledgements and a reference
to the project wiki.
* Added scripts to automate release process for CPAN
release-CPAN-0.02 Wed Mar 20 2013
* Added git tag for release-CPAN-0.01 release
* Fixed incorrect handling of errors in Connection.pm, simplified
error handling.
* Made tests depending on connection to Rserve server conditional,
so module can be installed
* Added basic test for connection to Rserve server
* [@aixtal] Export TRUE, FALSE from Statistics::RserveClient to
simplify usage throughout code
* [@aixtal] Correct deprecated "defined(@array)" usage (Parser.pm)
* [@aixtal] Fix incorrect example in POD synopsis (RserveClient.pm)
release-CPAN-0.01 Thu Jan 10 2013
* original version; created by ExtUtils::ModuleMaker 0.51