8
0

- update to 3.0202

- Moved tag-release.pl to scripts/tag-release.pl (though we now use
      Mercurial instead of Subversion.)
    - Add t/mode.t to test the ->mode() method.
    - Documented ->mode() better.
    - Optimized ->mode().
    - Add some documentation clarifying the 0th percentile return, as it
      returns undef() for representing -inf:
        - Fix https://rt.cpan.org/Ticket/Display.html?id=62055
        - Thanks to Dave Breimann for reporting it.
    - Add the tag-release.pl to tag a release using Subversion.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Statistics-Descriptive?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2011-12-19 16:27:21 +00:00
committed by Git OBS Bridge
parent 72414e91cf
commit a48ebe3b13
3 changed files with 20 additions and 10 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Dec 19 16:26:40 UTC 2011 - coolo@suse.de
- update to 3.0202
- Moved tag-release.pl to scripts/tag-release.pl (though we now use
Mercurial instead of Subversion.)
- Add t/mode.t to test the ->mode() method.
- Documented ->mode() better.
- Optimized ->mode().
- Add some documentation clarifying the 0th percentile return, as it
returns undef() for representing -inf:
- Fix https://rt.cpan.org/Ticket/Display.html?id=62055
- Thanks to Dave Breimann for reporting it.
- Add the tag-release.pl to tag a release using Subversion.
-------------------------------------------------------------------
Tue Nov 30 19:20:43 UTC 2010 - coolo@novell.com