I have been trying to commit my latest version of Business::ISBN, which supports xISBN, but the SourceForge CVS servers have been down most of the weekend. I got to commit one file today (.cvsignore, whoop-de-do!), and the server went down again
Once I can get this thing into CVS, I can release it, and you can do things like this to get all the
camel book ISBNs (so you can buy them all on eBay, Amazon.com Marketplace, etc, then destroy them to drive up the value of yours ;)
my $isbn = Business::ISBN->new( '0596000278' ); my @related = $isbn->xisbn;
Re:Biblio::ISBN
brian_d_foy on 2004-01-25T20:56:00
I was thinking about that because Andy Lester was musing that bibliographic things deserved its own namespace, but for the moment inertia (and my current circumstance) wins.Re:Biblio::ISBN
ambs on 2004-01-25T21:01:35
Talking about Andy Lester and your current circumstance: if you see there is need for some people to take care of LaTeX glue for TPR, just whistle;) Re:Biblio::ISBN
brian_d_foy on 2004-01-26T17:16:21
Talk to me again about this when TPR gets going again.