[text rearranged for Datetime archive]
> > > <[EMAIL PROTECTED]> wrote:
> > > Guys,
> > >
> > >
> > > I was wondering if anyone had a pre-built ActiveState
> > > implementation of DateTime and its dependants. I have
> >
> <[EMAIL PROTECTED]> wrote:
> [snipped]
> What version of perl? I have the ppd's for version 5.8.0.
> Just let me know if you want them. (they are kinda outdated)
>
> <[EMAIL PROTECTED]> wrote:
> > >Hiya Ronald,
>
> > > Perl 5.8.0 versions would be just fine, thanks. You say they
> > > are somewhat outdated, yet isn't that the most recent
> > > ActiveState release?
>
> > > Thanks.
> > > Kev.
> <[EMAIL PROTECTED]> wrote:
> Actually, I was refering to the modules themselves. I created
> these PPM's about 3 months ago. (some of the modules have changed
> since I created them).
> Anyway, here they are.
> Ron Hill
> <[EMAIL PROTECTED]> wrote:
> > > <[EMAIL PROTECTED]> wrote:
> > >
> > > I don't suppose you have a ppd for the
> > > DateTime-Format-Strptime package, do you?
>
> No, sorry :(
>
> > > I have built one from my build, but am a little concerned
> > > that it won't be good. I guess I can test it and see how it goes.
> >
> That should work :)
>
> Ron
> > > <[EMAIL PROTECTED]> wrote:
>
> > >Ronald,
>
> > > When I type "ppm install *.ppd" in the directory that
> > > contains the ppd and .tar.gz files you sent, it complains
> > > that it cannot access the repositories. This is because the
> > > machine is not attached to the internet. I disabled both
> > > active repositories and now it says that it cannot install
> > > because there are no repositories, despite the fact that the
> > > required .tar.gz files are in the current directory. Do you
> > > have any idea how to make it look there?
>
> > > Thanks.
> > > K.
Hi Kevin,
set repository NAME LOCATION
- Adds a repository to the list of PPD repositories for this
session. 'NAME' is the name by which this repository will
be referred; 'LOCATION' is a URL or directory name.
Try this.
Hope this helps
Ron Hill