You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Reser <be...@reser.org> on 2003/12/13 10:16:17 UTC

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

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 <be...@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

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

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On Dec 13, 2003, at 5:16 AM, Ben Reser wrote:

> 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)
>

Committed in revision 8018, thanks!

-garrett


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org