<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://community.activestate.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>ActiveState Community Site - Modules disappearing from PPM - Comments</title>
 <link>http://community.activestate.com/forum-topic/modules-disappearing-ppm</link>
 <description>Comments for &quot;Modules disappearing from PPM&quot;</description>
 <language>en</language>
<item>
 <title>The following post sheds</title>
 <link>http://community.activestate.com/forum-topic/modules-disappearing-ppm#comment-4574</link>
 <description>&lt;p&gt;The following post sheds some light - from March 6 &lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
&lt;a href=&quot;http://aspn.activestate.com/ASPN/Mail/Message/ActivePerl/3613418&quot; title=&quot;http://aspn.activestate.com/ASPN/Mail/Message/ActivePerl/3613418&quot;&gt;http://aspn.activestate.com/ASPN/Mail/Message/ActivePerl/3613418&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Troy Bull wrote:&lt;br /&gt;
&amp;gt;  Greetings&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt;  Does anyone know what happened to Date-Calc, I used to be able to get&lt;br /&gt;
&amp;gt;  it via ppm but it seems to be missing now (as of yesterday afternoon).&lt;/p&gt;
&lt;p&gt;Hi Troy,&lt;/p&gt;
&lt;p&gt;It is missing for the moment, and I am tracking it down as we speak -- I&lt;br /&gt;
responded to this on perl-win32-users recently too, so sorry to anyone who is&lt;br /&gt;
reading this twice -- due to taking care of an unfortunate bug in some&lt;br /&gt;
compiled modules on our repositories, we took down the bugged versions and&lt;br /&gt;
we&#039;re swapping in nice fresh new unbugged PPMs.&lt;/p&gt;
&lt;p&gt;The bug, which was also detailed on the other mailing list, is that some PPMs&lt;br /&gt;
were linking to MSVCR71.dll rather than MSVCRT.dll. Most people won&#039;t notice&lt;br /&gt;
this; MSVCR71.dll comes with the .NET Framework v1.1, and more Windows users&lt;br /&gt;
(especially devs) tend to have that installed than not. However, it makes&lt;br /&gt;
redistribution of Perl apps a little bit more of an (unintentional) pain.&lt;/p&gt;
&lt;p&gt;Date-Calc will be back on the repositories by tomorrow night (Vancouver time)&lt;br /&gt;
at the latest; in the meantime, you should be able to track down a PPM via&lt;br /&gt;
Randy Kobes&#039; handy listings, e.g. at the bottom of this page:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://cpan.uwinnipeg.ca/dist/Date-Calc&quot; title=&quot;http://cpan.uwinnipeg.ca/dist/Date-Calc&quot;&gt;http://cpan.uwinnipeg.ca/dist/Date-Calc&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We don&#039;t officially support any third-party code or repositories, but it&lt;br /&gt;
generally works out pretty well; Randy&#039;s site is well-kept.&lt;/p&gt;
&lt;p&gt;Again, sorry for the (hopefully-brief) outage.&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
Mike Gillis&lt;br /&gt;
Languages Development            mikeg@[...].com&lt;br /&gt;
ActiveState Software             &lt;a href=&quot;http://www.activestate.com/languages&quot; title=&quot;http://www.activestate.com/languages&quot;&gt;http://www.activestate.com/languages&lt;/a&gt;
&lt;/p&gt;&lt;/blockquote&gt;
</description>
 <pubDate>Wed, 12 Mar 2008 12:16:59 -0700</pubDate>
 <dc:creator>MarcZ</dc:creator>
 <guid isPermaLink="false">comment 4574 at http://community.activestate.com</guid>
</item>
<item>
 <title>Missing modules</title>
 <link>http://community.activestate.com/forum-topic/modules-disappearing-ppm#comment-4455</link>
 <description>&lt;p&gt;The zip files still exist, but they don&#039;t seem to be indexed any more. As many others have noted DBD::ODBC was missing as well, but has now returned. Is there a reason, or did a repository update go awry?&lt;/p&gt;
</description>
 <pubDate>Thu, 06 Mar 2008 14:15:09 -0800</pubDate>
 <dc:creator>KirkBaucom</dc:creator>
 <guid isPermaLink="false">comment 4455 at http://community.activestate.com</guid>
</item>
<item>
 <title>In that case, you can</title>
 <link>http://community.activestate.com/forum-topic/modules-disappearing-ppm#comment-4393</link>
 <description>&lt;p&gt;In that case, you can manually look for the modules in:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/&quot; title=&quot;http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/&quot;&gt;http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and install from zip as stated in the ActiVePerl 822 help files:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
Using Zip Files&lt;br /&gt;
As an alternate method for installing packages, you can download zip files for the packages that you need from &lt;a href=&quot;http://ppm.activestate.com/PPMPackages/zips/&quot; title=&quot;http://ppm.activestate.com/PPMPackages/zips/&quot;&gt;http://ppm.activestate.com/PPMPackages/zips/&lt;/a&gt;. To use these files:&lt;/p&gt;
&lt;p&gt;Unzip the package to a temporary directory.&lt;br /&gt;
Install the package by specifying the ppd file directly:&lt;br /&gt;
ppm install c:\tmp\module-name.ppd&lt;br /&gt;
Some modules have dependencies that may cause them to fail to install if those packages are not available in a repository that PPM is connected to. You can use the ppm describe command to see what dependencies the package has, but those packages may have their own dependencies.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Or look into one of the other available repositories at other sites.&lt;/p&gt;
</description>
 <pubDate>Mon, 03 Mar 2008 10:06:36 -0800</pubDate>
 <dc:creator>MarcZ</dc:creator>
 <guid isPermaLink="false">comment 4393 at http://community.activestate.com</guid>
</item>
<item>
 <title>Modules disappearing from PPM</title>
 <link>http://community.activestate.com/forum-topic/modules-disappearing-ppm</link>
 <description>&lt;p&gt;Date::Calc, Carp:Clan, Bit::Vector, Win32::API.&lt;/p&gt;
&lt;p&gt;I installed these to a computer at work, less than a week ago. I try try to install these at home yesterday, PPM can&#039;t find them now. Well, that is they show up in the search results, when I try to install them, I get a 404 not found error. I was able to install plenty of others. ActivePerl 5.8.8.822 for Windows (x86) on both machines. Whats going on with PPM lately, why are modules disappearing? &lt;/p&gt;
&lt;p&gt;Can anyone point me to a repository that would have these modules? I tried to install them myself, but Date::Calc and Win32::API require that you have a C compiler, which I don&#039;t (but looks like I may have to get if I don&#039;t find another repository).&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/modules-disappearing-ppm#comments</comments>
 <category domain="http://community.activestate.com/forums/ppm-0">PPM</category>
 <category domain="http://community.activestate.com/os/windows-xp-pro">Windows XP Pro</category>
 <pubDate>Sat, 01 Mar 2008 07:07:35 -0800</pubDate>
 <dc:creator>lliquidskies</dc:creator>
 <guid isPermaLink="false">1988 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
