/[suikacvs]/messaging/manakai/Makefile.PL
Suika

Contents of /messaging/manakai/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download)
Fri Feb 17 15:06:33 2006 UTC (18 years, 3 months ago) by wakaba
Branch: MAIN
CVS Tags: manakai-release-0-3-2, manakai-release-0-3-1, manakai-200612
Changes since 1.3: +2 -1 lines
File MIME type: text/plain
++ ChangeLog	17 Feb 2006 14:56:57 -0000
2006-02-17  Wakaba  <wakaba@suika.fam.cx>

	* Makefile.PL (PREREQ_PM): The |IO::String| module is added.

++ manakai/lib/Message/DOM/ChangeLog	17 Feb 2006 15:06:17 -0000
	* XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser|
	is introduced.
	(async, busy): Implemented.
	(parseString): Removed.
	(parse, parseURI): Implemented.
	(xp:ls-input-to-input-file): New configuration parameter.
	(shiftChar): Gets character from current file handle
	rather than replacement text.  Don't normalize
	line break characters for internal entities.  Don't
	throw |xp:wf-legal-literal-character| error
	for |RestrictedChar| appearing in internal entities.
	(DISPerl:dpgDef): Call |close| for each entity filehandler.
	(_EntityDeclaration): Copy document URI and base URI
	to the entity's |$decl| object.
	(ParseError): New code fragment.
	(getCopyOfEntityState): Creates filehandle from replacement
	text.
	(xp-error-lines): Don't appends text if no replacement
	text is available.
	(error-handler): New configuration parameter application resource.
	(ManakaiDOMLSInputToInputFile): New class.
	(ManakaiDOMInputFile): New class.

	* Tree.dis (getNodeReference): A dereferencing was missing.

	* DOMLS.dis (DOMLS:busy, DOMLS:lsKey): New properties.

2006-02-17  Wakaba  <wakaba@suika.fam.cx>

1 #!/usr/bin/perl
2 use strict;
3 use ExtUtils::MakeMaker;
4 WriteMakefile (
5 NAME => 'manakai',
6 DISTNAME => 'manakai',
7 VERSION_FROM => 'lib/Message/Entity.pm',
8 PREREQ_PM => {
9 'Carp' => 0,
10 'Char::Class::XML' => 0,
11 'Time::Local' => 0,
12 # 'Error' => 0,
13 # 'Test' => 0,
14 # 'Test::Simple' => 0,
15 # Exporter, Config
16 # Getopt::Long, Socket, Encode
17 # Jcode, Win32::Registry
18 'IO::String' => 0,
19 },
20 dist => {COMPRESS => 'gzip', SUFFIX => '.gz'},
21 AUTHOR => q(Wakaba <w@suika.fam.cx>),
22 );

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24