<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How can I build my own ViPerlToolKit from the &amp;quot;Perl SDK for vsphere&amp;quot; we can download here? in vSphere SDK for Perl Discussions</title>
    <link>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/How-can-I-build-my-own-ViPerlToolKit-from-the-quot-Perl-SDK-for/m-p/402804#M369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you have any experience on how to build the VIPerlToolKit from the resource here please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is to let people get the new APIs in SDK 6.0 by run "ppm install viperltoolkit", but seems ppm only supports version 5.5 now. Is there any way I can make that work please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Apr 2015 02:32:58 GMT</pubDate>
    <dc:creator>flowlsj</dc:creator>
    <dc:date>2015-04-16T02:32:58Z</dc:date>
    <item>
      <title>How can I build my own ViPerlToolKit from the "Perl SDK for vsphere" we can download here?</title>
      <link>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/How-can-I-build-my-own-ViPerlToolKit-from-the-quot-Perl-SDK-for/m-p/402804#M369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you have any experience on how to build the VIPerlToolKit from the resource here please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is to let people get the new APIs in SDK 6.0 by run "ppm install viperltoolkit", but seems ppm only supports version 5.5 now. Is there any way I can make that work please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 02:32:58 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/How-can-I-build-my-own-ViPerlToolKit-from-the-quot-Perl-SDK-for/m-p/402804#M369</guid>
      <dc:creator>flowlsj</dc:creator>
      <dc:date>2015-04-16T02:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build my own ViPerlToolKit from the "Perl SDK for vsphere" we can download here?</title>
      <link>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/How-can-I-build-my-own-ViPerlToolKit-from-the-quot-Perl-SDK-for/m-p/402805#M370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean the new vAPI methods (content library, tagging, etc)... I'm not sure those are in the Perl SDK yet.&amp;nbsp; They are REST and easy to invoke using RestClient or just LWP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just mean the vSphere API 6.0 methods (old SOAP API), you can just do a source install or use the Perl SDK installer.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if I misunderstood the question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 03:19:56 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/How-can-I-build-my-own-ViPerlToolKit-from-the-quot-Perl-SDK-for/m-p/402805#M370</guid>
      <dc:creator>stumpr</dc:creator>
      <dc:date>2015-04-16T03:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build my own ViPerlToolKit from the "Perl SDK for vsphere" we can download here?</title>
      <link>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/How-can-I-build-my-own-ViPerlToolKit-from-the-quot-Perl-SDK-for/m-p/402806#M371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi stumper,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply! I want to use some vvol related object and methods like "&lt;A href="https://pubs.vmware.com/vsphere-60/topic/com.vmware.wssdk.apiref.doc/vim.host.VvolDatastoreInfo.html" style="color: #003366; text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;VvolDatastoreInfo&lt;/A&gt;" listed here &lt;A href="https://pubs.vmware.com/vsphere-60/index.jsp?topic=%2Fcom.vmware.wssdk.apiref.doc%2Fapi_versions_all_index.html" title="https://pubs.vmware.com/vsphere-60/index.jsp?topic=%2Fcom.vmware.wssdk.apiref.doc%2Fapi_versions_all_index.html"&gt;vSphere 6.0 Documentation Center&lt;/A&gt;. In my company, we maintain a private repo, so everyone can get the latest APIs by running 'ppm update/install VIPerlToolKit'. We are using Activate Perl, but the VIPerlToolKit it provides always cannot catch up with "Vmware vSphere SDK for Perl". The installer will install additional tools more than we need and it is not efficient for hundreds of users to install, we just want the modules we need to develop Perl program to manage vSphere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 03:32:14 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/How-can-I-build-my-own-ViPerlToolKit-from-the-quot-Perl-SDK-for/m-p/402806#M371</guid>
      <dc:creator>flowlsj</dc:creator>
      <dc:date>2015-04-16T03:32:14Z</dc:date>
    </item>
  </channel>
</rss>

