Alvis-Pipeline

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	  the development of indepedent implementations in other
	  languages.

0.07  Tue Nov 22 15:05:30 GMT 2005
	- Add notes to the documentation about record identity and
	  indentifier.

0.06  Mon Oct 24 15:25:32 BST 2005
	- Both Read and Write pipes are now Unicode-clean, along with
	  the the temporary files spooled by the background reader.
	- New test-script t/2-unicode.t.

0.05  Mon Oct 10 15:18:29 BST 2005
	- Remove a test from t/0-creation.t that required a listening
	  server on localhost port 80 -- too many people inexplicably
	  do not run web servers :-)

0.04  Mon Oct  3 14:14:43 BST 2005
	- Total rewrite, not using OAI.  Much simpler and more reliable.
	- Better debugging output.
	- Better documentation.

MANIFEST  view on Meta::CPAN

bin/alvis-pipeline-put.pl
bin/alvis-zsink.pl
etc/db/alvis.xml
etc/db/xml-core.xml
lib/Alvis/Logger.pm
lib/Alvis/Pipeline.pm
lib/Alvis/Pipeline/Read.pm
lib/Alvis/Pipeline/Write.pm
t/0-creation.t
t/1-read.t
t/2-unicode.t
META.yml                                 Module meta-data (added by MakeMaker)

t/2-unicode.t  view on Meta::CPAN

# $Id: 2-unicode.t,v 1.2 2006/07/11 10:38:01 mike Exp $

use strict;
use warnings;

use vars qw(@docs $ndocs);
BEGIN {
    @docs = (
	     # I think all of the first three fit in eight-bit bytes
	     "simple US-ASCII document",
	     "This one contains £ a pound sign",



( run in 0.986 second using v1.01-cache-2.11-cpan-88abd93f124 )