in reply to Re: Net::Trackback question
in thread Net::Trackback question

There really isn't a 'trackback server' if you read the specification...this stuff runs via standard HTTP servers. A trackback is just a way to notify a particular posting on one blog that you wrote something about it in another using good old HTTP POST.

Now, are you using the 1.01 version of this module? According to the CPAN Testers something was wrong with 1.0 for Windows.

Celebrate Intellectual Diversity

Replies are listed 'Best First'.
Re^3: Net::Trackback question
by 2ge (Scribe) on Sep 12, 2005 at 14:39 UTC
    Hi Infinite,

    I am running v1.01, didn't find ppm, but I did Makefile/nmake test/nmake install, and it should works - no errors. I'd like to know, if somebody can test this piece of code on *nix, or send me what I do wrong (replace my url with existing one, doesn't matter which), also using other XML-RPC trackback url, here is list I've found: here.

    I have no idea why it is not working, also I thought about ethereal to capture http communication, but it is a bit difficult here :) Thanks for all replies/ideas.