[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] packages for the various types in libsvn_client in Client.pm

From: Ben Reser <ben_at_reser.org>
Date: 2003-12-13 11:16:17 CET

Still not applied here's a claned up version of this:

* subversion/bindings/swig/perl/Client.pm
    Packages that allow variables of the following types to be used
    in object style in perl: (svn_client_commit_info_t,
    svn_client_commit_item_t,
    svn_client_proplist_item)

Index: subversion/bindings/swig/perl/Client.pm
===================================================================
--- subversion/bindings/swig/perl/Client.pm (revision 7997)
+++ subversion/bindings/swig/perl/Client.pm (working copy)
@@ -32,9 +32,18 @@
 
 =cut
 
+package _p_svn_client_commit_info_t;
+use SVN::Base qw(Client svn_client_commit_info_t_);
+
+package _p_svn_client_commit_item_t;
+use SVN::Base qw(Client svn_client_commit_item_t_);
+
 package _p_svn_client_ctx_t;
 use SVN::Base qw(Client svn_client_ctx_t_);
 
+package _p_svn_client_proplist_item_t;
+use SVN::Base qw(Client svn_client_proplist_item_t_);
+
 =head1 AUTHORS
 
 Chia-liang Kao E<lt>clkao@clkao.orgE<gt>

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Dec 13 11:17:30 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.