<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Track UPS Packages with Perl &#8211; WebService::UPS</title>
	<atom:link href="http://www.kbrandt.com/2009/03/track-ups-packages-with-perl-webserviceups.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kbrandt.com/2009/03/track-ups-packages-with-perl-webserviceups.html</link>
	<description>Original computing and productivity articles by a Linux administrator</description>
	<lastBuildDate>Sun, 28 Feb 2010 16:12:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joshua Radke</title>
		<link>http://www.kbrandt.com/2009/03/track-ups-packages-with-perl-webserviceups.html/comment-page-1#comment-7053</link>
		<dc:creator>Joshua Radke</dc:creator>
		<pubDate>Tue, 24 Nov 2009 18:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.kbrandt.com/?p=236#comment-7053</guid>
		<description>Kyle,

These Modules were fantastic (and easy!) for developing a simple application against UPS&#039;s web service.  I had a need to use a different &#039;Option&#039; in TrackRequest, and modified (slightly) the module.  The Content_Type modification was referred to in the UPS manual, I believe.  I&#039;d like to submit the changes back, but am uncertain who gets them.  Here is a diff:  (Feel free to contact me for the modified .pm)

diff TrackRequest.pm TrackRequest.pm.orig
25,26c25
 ( is =&gt; &#039;rw&#039;,
 &#039;activity&#039;);
---
&gt;
44c43
&lt;                 ${\$self-&gt;Option}
---
&gt;                 activity
52c51
request(POST $self-&gt;URL, Content_Type =&gt; &#039;application/x-www-form-urlencoded&#039;,
---
&gt;     my $response = $userAgent-&gt;request(POST $self-&gt;URL, Content_Type =&gt; &#039;text/xml&#039;,</description>
		<content:encoded><![CDATA[<p>Kyle,</p>
<p>These Modules were fantastic (and easy!) for developing a simple application against UPS&#8217;s web service.  I had a need to use a different &#8216;Option&#8217; in TrackRequest, and modified (slightly) the module.  The Content_Type modification was referred to in the UPS manual, I believe.  I&#8217;d like to submit the changes back, but am uncertain who gets them.  Here is a diff:  (Feel free to contact me for the modified .pm)</p>
<p>diff TrackRequest.pm TrackRequest.pm.orig<br />
25,26c25<br />
 ( is =&gt; &#8216;rw&#8217;,<br />
 &#8216;activity&#8217;);<br />
&#8212;<br />
&gt;<br />
44c43<br />
&lt;                 ${\$self-&gt;Option}<br />
&#8212;<br />
&gt;                 activity<br />
52c51<br />
request(POST $self-&gt;URL, Content_Type =&gt; &#8216;application/x-www-form-urlencoded&#8217;,<br />
&#8212;<br />
&gt;     my $response = $userAgent-&gt;request(POST $self-&gt;URL, Content_Type =&gt; &#8216;text/xml&#8217;,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.kbrandt.com/2009/03/track-ups-packages-with-perl-webserviceups.html/comment-page-1#comment-671</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Mon, 30 Mar 2009 18:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.kbrandt.com/?p=236#comment-671</guid>
		<description>I wasn&#039;t planning on it, but after the module has been out for a little bit I can look into it. There is actually is pretty extensive documentation (that was updated about a month ago) on the XML schema for the tracking information ( although I forget exactly where I found it) . I am pretty new to Perl, so feel free to offer any advice on how I can make the test suite more robust! I just wanted to get the module out there.  Thanks for taking a look.</description>
		<content:encoded><![CDATA[<p>I wasn&#8217;t planning on it, but after the module has been out for a little bit I can look into it. There is actually is pretty extensive documentation (that was updated about a month ago) on the XML schema for the tracking information ( although I forget exactly where I found it) . I am pretty new to Perl, so feel free to offer any advice on how I can make the test suite more robust! I just wanted to get the module out there.  Thanks for taking a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JDrago</title>
		<link>http://www.kbrandt.com/2009/03/track-ups-packages-with-perl-webserviceups.html/comment-page-1#comment-613</link>
		<dc:creator>JDrago</dc:creator>
		<pubDate>Fri, 27 Mar 2009 17:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kbrandt.com/?p=236#comment-613</guid>
		<description>Hello,

I&#039;m happy to see new developments in the Perl-&gt;UPS area.  Do you have any plans to add shipping rate requests as in http://search.cpan.org/perldoc?Business::Shipping::UPS_XML

That module hasn&#039;t been updated since 2004 and really could use a replacement.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m happy to see new developments in the Perl-&gt;UPS area.  Do you have any plans to add shipping rate requests as in <a href="http://search.cpan.org/perldoc?Business::Shipping::UPS_XML" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://search.cpan.org/perldoc?Business::Shipping::UPS_XML');" rel="nofollow">http://search.cpan.org/perldoc?Business::Shipping::UPS_XML</a></p>
<p>That module hasn&#8217;t been updated since 2004 and really could use a replacement.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
