File: Changes

package info (click to toggle)
libacme-brainfck-perl 1.1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, jessie, jessie-kfreebsd, lenny, sarge, squeeze, wheezy
  • size: 92 kB
  • ctags: 9
  • sloc: perl: 107; makefile: 50
file content (23 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$Id: Changes,v 1.4 2002/09/23 02:26:31 jaldhar Exp $
Revision history for Perl extension Acme::Brainfuck.

1.1.1 Tue Apr 06 11:59:00 2004
	Debian package needed a build dependency on libmodule-build-perl

1.1.0 Tue Apr 06 00:37:00 2004
	Switched to Module::Build.
	Really uploaded to Debian for the first time.
	
1.0.1 Tue Sep 22 22:15:00 2002
	Uploaded to Debian for the first time.
	
1.0.0 Tue Sep 03 14:30:00 2002
	Finished test suite by adding tests for , . # ~
	Uploaded to CPAN

0.9.1 Fri Aug 30 23:25:00 2002
	Optimized sequences of + - < > by merging them into one perl statement.

0.9.0 Thu Aug 29 07:40:00 2002
	First publicly released version.