File: Changes

package info (click to toggle)
libsms-send-perl 1.07-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 316 kB
  • sloc: perl: 591; makefile: 2
file content (40 lines) | stat: -rwxr-xr-x 1,239 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
31
32
33
34
35
36
37
38
39
40
Revision history for Perl extension SMS::Send

1.07      2023-07-16 03:51:23Z
        - removed the use of Module::Install

1.06    2011-11-09
	- No functional changes
	- Moved to production version
	- Updating to Module::Install::DSL 1.04
	- New Perl back-compatibility target of 5.6
	- Made the Perl back-compat target explicit
	- Bumping a variety of dependencies to pick up bug fixes
	- Don't import from Params::Util
	- Various whitespace/tabbing fixes
	- Removed the use of base.pm
	- Updated bundled author tests and moved to xt

0.05    2007-11-14
	- No functional changes
	- Updating to Module::Install 0.68

0.04    2006-10-02
	- Upgraded to Module::Install 0.64
	- Some minor kwalitee nigglies fixed

0.03    2005-05-12
	- Upgraded to Module::Install 0.62
	- Removed auto_install
	- Improvements to Params::Util::_CLASS made a case that
	  previous errored, now pass. Fixed and updated Params::Util dep.

0.02    2005-12-27
	- Fixed various bugs
	- Added the public/private param scheme to ->new as well.
	- Added more tests for error conditions
	- Other teensy changes to support for first real live driver.

0.01    2005-12-26
	- Completed the first implementation
	- Contains no drivers other than test drivers intentionally