The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Web::Mention

0.4 2018-05-10T04:34:13Z

    - Adding support for webmention sending. (Passes all create / update / delete tests on http://webmention.rocks, as of May 9, 2018.)
    
    - Tidier construction of author objects.
    
    - Recognize a URI-escaped version of a the target URL on the source document as a valid mention.
    
    - Improved handling of source documents lacking any MF2 markup.
    
    - Improved handling of relative URLs found in source docs' MF2 markup.

0.3 2018-04-23T14:19:45Z

    - The internal author-object constructor no longer chokes if it
    encounters author metadata that doesn't define every possible
    property.

    - Constructor throws an exception if the source and target URLs are
    too similar. (Thanks to Christian Weiske for the heads-up.)

    - The cpanfile better reflects prerequisites. (Thanks to Mohammad S
    Anwar for the patch.)

    - Documentation updates.

0.2 2018-04-21T20:33:29Z

    - Made JSON de/serialization less fragile.

    - Serializing a webmention object no longer tries to verify it as a
    side effect.

    - Improved encoding-handling of web-fetched content.

0.1 2018-04-20T20:08:31Z

    - original version