File: Changes

package info (click to toggle)
libscalar-string-perl 0.001-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 120 kB
  • ctags: 1
  • sloc: perl: 91; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 824 bytes parent folder | download
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
version 0.001; 2010-07-29

  * in documentation, correct the word "numericness" to "stringness"

  * make all numeric comparisons against $] stringify it first, to avoid
    architecture-dependent problems with floating point rounding giving
    it an unexpected numeric value

  * in XS, use PERL_NO_GET_CONTEXT for efficiency

  * use simpler "parent" pragma in place of "base"

  * check for required Perl version at runtime

  * use full stricture in test suite

  * also test POD coverage of pure Perl implementation

  * in Build.PL, explicitly set needs_compiler to avoid bogus
    auto-dependency on ExtUtils::CBuilder

  * in Build.PL, explicitly declare configure-time requirements

  * remove bogus "exit 0" from Build.PL

  * add MYMETA.yml to .cvsignore

version 0.000; 2009-03-14

  * initial released version