head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	96.05.17.06.33.26;	author jah;	state Exp;
branches;
next	1.4;

1.4
date	96.05.17.06.15.25;	author jah;	state Exp;
branches;
next	1.3;

1.3
date	96.03.17.11.00.04;	author jah;	state Exp;
branches;
next	1.2;

1.2
date	96.03.17.08.52.15;	author jah;	state Exp;
branches;
next	1.1;

1.1
date	96.03.17.08.51.58;	author jah;	state Exp;
branches;
next	;


desc
@@


1.5
log
@*** empty log message ***
@
text
@#
# $Id: README,v 1.4 1996/05/17 06:15:25 jah Exp jah $
#

SYNOPSIS

	This package implements the basic set operations for
	Perl scalars/references.

REQUIREMENTS

	perl 5.002 or later.

INSTALLATION

	perl Makefile.PL

	make install

To test the functionality

	make test

DOCUMENTATION

	The documentation is the pod inlined into Scalar.pm,
	use for example

		pod2man Set/Scalar.pm | nroff -man | more

	to view the examples, or

		perldoc Set::Scalar

	if you install this package and the perldoc script is installed.

Please report any bugs and/or missing/excess functionality to me.
---
Jarkko Hietaniemi <Jarkko.Hietaniemi@@iki.fi>
@


1.4
log
@*** empty log message ***
@
text
@d2 1
a2 1
# $Id: README,v 1.3 1996/03/17 11:00:04 jah Exp jah $
d5 1
a5 2
This package implements the basic set operations for Perl
scalars/references.
d7 3
d12 1
a12 1
	perl 5.001m or later.
@


1.3
log
@"perldoc" and "make test" added.
@
text
@d2 1
a2 1
# $Id: README,v 1.2 1996/03/17 08:52:15 jah Exp jah $
d8 1
a8 1
The documentation is the pod inlined into Scalar.pm, use for example
d10 1
a10 1
	pod2man Scalar.pm | nroff -man | more
d12 1
a12 1
to view the examples, or
d14 1
a14 1
	perldoc Set::Scalar
d16 1
a16 1
if you install this package and the perldoc script is installed.
d22 13
d36 1
a36 1

@


1.2
log
@s/hut/iki/
@
text
@d2 1
a2 1
# $Id: README,v 1.1 1996/03/17 08:51:58 jah Exp jah $
d5 2
a6 3
This is the very first release of Set::Scalar. It implements the
basic set operations for Perl scalars/references. The only available
documentation is the pod inlined into Scalar.pm, use for example
d8 2
d12 5
a16 1
to view the examples.
d18 4
a24 1

@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Id$
d15 1
a15 1
Jarkko Hietaniemi <Jarkko.Hietaniemi@@hut.fi>
@
