File: Changes

package info (click to toggle)
libmath-base85-perl 0.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 100 kB
  • sloc: perl: 92; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 804 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
Revision history for Perl module Math::Base85.

0.4 2017-10-16T17:36:18Z
	Fix version numbering

v0.3.1 2017-10-16T17:27:24Z
	- Move deps from build to runtime; fix courtesy of Dan Book <grinnz@gmail.com>

0.3 2017-10-16T16:39:34Z
	- Add metadata to distribution
	- Update directory structure to more standard Perl module structure
	- Extend metadata to include prereqs, repo information, author info etc.
	- Improve kwalitee
	- Update author and repo information to point to new locations
	- Add more explicit license information

0.2     Fri May 03 09:11:41 PDT 2002
	- Initial zeroes fix from Jyrki Soini <jyrki dot soini at
	  sonera dot com>.

0.1 	Fri Jul 20 17:11:22 PDT 2001
	- to_base85 and from_base85 work, and can be exported.
	- $Math::Base85::base85_digits made available to other modules.