File: Changes

package info (click to toggle)
libdata-bitmask-perl 0.91-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120 kB
  • sloc: perl: 202; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 835 bytes parent folder | download | duplicates (4)
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
Revision history for Perl extension Data::BitMask

0.91  Sat Mar 20 2004
 - Now using create_makefile_pl => 'traditional' because passthrough
   doesn't seem to work with subclassing (Thanks merlyn for reporting this)

0.90  Sat Mar 20 2004
 - Now using Module::Build!
 - Now generating PPMs as well!
 - Long live Module::Build!

0.13  Sat Mar 13 2004
 - Added support for full_match constants

0.12  Mon Jan 19 2003
 - Minor bug fixes with respect to $^W.
 - Modified break_mask to call build_mask if necessary.
 - Update directory structure to use lib for pm files.

0.11  Mon Sep 8 2003
 - Fixed test bug resulting from varying serialization
   orders in Data::Dumper.  The error was entirely in
   the test suite.
 - Minor changes to POD
 - Change from Artistic License to Standard-Perl

0.10  Sun Sep 7 2003
 - First CPAN release