Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes to correct a file omission in the 0.35 release
  • Loading branch information
rjray committed Jan 30, 2002
1 parent 05a1473 commit a367485
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,5 +1,10 @@
Revision history for Perl extension RPC::XML.

0.36 Tue Jan 29 12:11:30 PST 2002

The file util.pl in the t directory was accidentally omitted from the
0.35 release. This release is meant only to correct that oversight.

0.35 Sun Jan 27 16:29:19 PST 2002

Fixed a small bug in make_method that would have caused a failure if
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -55,3 +55,4 @@ t/60_net_server.t
t/meth_bad_1.xpl
t/meth_bad_2.xpl
t/meth_good_1.xpl
t/util.pl
4 changes: 2 additions & 2 deletions Makefile.PL
@@ -1,6 +1,6 @@
###############################################################################
#
# $Id: Makefile.PL,v 1.17 2002/01/27 23:49:45 rjray Exp $
# $Id: Makefile.PL,v 1.18 2002/01/30 05:39:19 rjray Exp $
#
# This is the MakeMaker skeleton for the RPC-XML extension. Besides the usual
# tricks, this has to add rules to make the *.xpl files from *.code in the
Expand Down Expand Up @@ -48,7 +48,7 @@ find(sub {

WriteMakefile(
NAME => 'RPC::XML',
VERSION => '0.35',
VERSION => '0.36',
EXE_FILES => \@scripts,
PM => \%PM_FILES,
PREREQ_PM => { XML::Parser => 2.25,
Expand Down
9 changes: 4 additions & 5 deletions README
@@ -1,6 +1,6 @@
RPC::XML - An implementation of XML-RPC

Version: 0.35 (seventh release)
Version: 0.36 (eighth release)

WHAT IS IT

Expand Down Expand Up @@ -65,7 +65,6 @@ The Artistic License: http://language.perl.com/misc/Artistic.html

CHANGES

See the ChangeLog file for the full details. There are some very significant
changes in this release, particularly in terms of the send_request method of
RPC::XML::Client and the general handling/managing of published routines in the
server classes. Please see those manual pages, as well, for full details.
The 0.35 release was sent out missing a new file that was meant as part of the
regression test suite. 0.36 is issued only for the sake of providing a complete
distribution.

0 comments on commit a367485

Please sign in to comment.