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

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

From: Ben Reser <ben_at_reser.org>
Date: 2003-11-27 11:34:24 CET

* 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_ctx_t,
    svn_client_proplist_item)
    
    Also add my name to the AUTHORS section of Client.pm.
    

Index: subversion/bindings/swig/perl/Client.pm
===================================================================
--- subversion/bindings/swig/perl/Client.pm (revision 7861)
+++ subversion/bindings/swig/perl/Client.pm (working copy)
@@ -32,13 +50,24 @@
 
 =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 E<lt>ben@reser.orgE<gt>
+
 =head1 COPYRIGHT
 
 Copyright (c) 2003 CollabNet. All rights reserved.

-- 
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 Thu Nov 27 11:52:02 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.