Install Math::Currency
am 03.04.2007 16:07:53 von Phil Richcreek
I want to install a package called Math::Currency, but it isn't found in any
of the repositories I have specified on my system:
C:\blah-blah-blah>ppm rep
Repositories:
[1] ActiveState Package Repository
[2] ActiveState PPM2 Repository
[3] UWINN
[4] CPAN
[5] perlmonks 5.8
C:\blah-blah-blah>ppm search Math::Currency
Searching in Active Repositories
No matches for 'Math::Currency'; see 'help search'.
Where can I locate this package?
TIA,
Phil
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
RE: Install Math::Currency
am 03.04.2007 16:14:46 von Joshua.Perlmutter
Try going to cpan and downloading it. Then using your local repository.
This should be feasible.
-----Original Message-----
From: activeperl-bounces@listserv.ActiveState.com
[mailto:activeperl-bounces@listserv.ActiveState.com] On Behalf Of Phil
Richcreek
Sent: Tuesday, April 03, 2007 10:08 AM
To: activeperl@listserv.ActiveState.com
Subject: Install Math::Currency
I want to install a package called Math::Currency, but it isn't found in
any
of the repositories I have specified on my system:
C:\blah-blah-blah>ppm rep
Repositories:
[1] ActiveState Package Repository
[2] ActiveState PPM2 Repository
[3] UWINN
[4] CPAN
[5] perlmonks 5.8
C:\blah-blah-blah>ppm search Math::Currency
Searching in Active Repositories
No matches for 'Math::Currency'; see 'help search'.
Where can I locate this package?
TIA,
Phil
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
RE: Install Math::Currency
am 03.04.2007 23:07:13 von Phil Richcreek
Thanks Joshua for your suggestion and to Bill Luebkert for his similar
suggestion (email'd directly to me).
When I click the DOWNLOAD link on CPAN I get a "not authorized" message.
Bill's suggestion was similar, except he provided a specific url to
download, and that one downloaded OK. I have a feeling it's the same path I
would have gone to by clicking the SOURCE link from the CPAN search page
instead of the DOWNLOAD link. Sorry if I misinterpreted yours, Joshua.
I created a new directory called C:\Perl\PPM Repository, downloaded the
source from
http://search.cpan.org/src/JPEACOCK/Math-Currency-0.44/lib/M ath/Currency.pm,
and ran the ppm install command.
C:\blah-blah-blah\Perl>ppm rep
Repositories:
[1] LOCAL
[2] ActiveState Package Repository
[3] ActiveState PPM2 Repository
[4] UWINN
[5] CPAN
[6] perlmonks 5.8
C:\blah-blah-blah\Perl>ppm rep desc LOCAL
Describing Active Repository 1:
Name: LOCAL
Location: C:\Perl\PPM Repository
Type: Local directory
C:\blah-blah-blah\Perl>ppm install Math::Currency <====================
Searching for 'Math::Currency' returned no results. Try a broader search
first.
The file I downloaded is called Currency.pm. No mention of the Math
qualifier, at least not in the filename. Also, the ppm doc is relatively
copious, but the author does not explain some of the terms he uses. He
mentions that "...You can specify a full URL to a PPD file [I don't know
what that is]; the URL may point to a PPD file on your computer...". The
file that I downloaded is called 'Currency.pm'.
Do I have to do something to turn Currency.pm into a PPD file? Do I have to
do something to qualify it such that ppm knows it's Math-Currency?
TIA,
Phil
Directory of C:\Perl\PPM Repository <============================
04/03/2007 04:03 PM
.
04/03/2007 04:03 PM ..
04/03/2007 04:03 PM 25,492 Currency.pm <==================
1 File(s) 25,492 bytes
------------------------------
Message: 9
Date: Tue, 3 Apr 2007 10:14:46 -0400
From: "Perlmutter, Joshua B"
Subject: RE: Install Math::Currency
To: "Phil Richcreek" ,
Message-ID: <7D50572C73BC634F92EE211BFF16F4A1033DF941@USILMS12.ca.com>
Content-Type: text/plain; charset="US-ASCII"
Try going to cpan and downloading it. Then using your local repository.
This should be feasible.
-----Original Message-----
From: activeperl-bounces@listserv.ActiveState.com
[mailto:activeperl-bounces@listserv.ActiveState.com] On Behalf Of Phil
Richcreek
Sent: Tuesday, April 03, 2007 10:08 AM
To: activeperl@listserv.ActiveState.com
Subject: Install Math::Currency
I want to install a package called Math::Currency, but it isn't found in
any
of the repositories I have specified on my system:
C:\blah-blah-blah>ppm rep
Repositories:
[1] ActiveState Package Repository
[2] ActiveState PPM2 Repository
[3] UWINN
[4] CPAN
[5] perlmonks 5.8
C:\blah-blah-blah>ppm search Math::Currency
Searching in Active Repositories
No matches for 'Math::Currency'; see 'help search'.
Where can I locate this package?
TIA,
Phil
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
------------------------------
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
RE: Install Math::Currency
am 04.04.2007 03:49:56 von Randy Kobes
On Tue, 3 Apr 2007, Phil Richcreek wrote:
> Do I have to do something to turn Currency.pm into a PPD file? Do I have to
> do something to qualify it such that ppm knows it's Math-Currency?
From
http://cpan.uwinnipeg.ca/~jpeacock/Math-Currency
there is a repository (trouchelle.com) which carries
this as a ppm package - that's probably the easiest
route.
For installing packages for which there isn't a
ppm package available,
http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/faq/Act ivePerl-faq2.html
has some good info on creating PPM packages and using
the CPAN.pm shell.
--
best regards,
Randy Kobes
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
RE: Install Math::Currency
am 04.04.2007 15:37:12 von martin.thurn
You guys should let go of your dependence on ppm. Just use CPAN!
perl -MCPAN -e"install Math::Currency"
However, when I tried, the module failed a bunch of its own tests...
- - Martin
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs