File: Changes

package info (click to toggle)
libfeed-find-perl 0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 296 kB
  • sloc: perl: 1,665; makefile: 2
file content (55 lines) | stat: -rw-r--r-- 1,696 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Revision history for Feed::Find

0.13  2022.10.18
    - Increment version of action/checkout
    - Attempt to add bugtracker info

0.12  2021.10.22
    - Add GitHub info to Makefile.PL

0.11  2021.06.14
    - Add test for "file://" URLs (RT 12242)

0.10  2021.06.11
    - Switch to using Test::LWP::UserAgent so we don't require
      an internet connection for the tests.

0.09  2021.06.10
    - Remove "use_test_base" from Makefile.pm (Test::Base wasn't
      used and it brought in a copy of Test::Builder that seems
      to break stuff).

0.08  2021.06.09
    - Add .atom as a possible feed extension.
    - Temp fix to the tests (because the original domain has gone).

0.07  2011.01.28
    - Use $ua->env_proxy to load local proxy settings. (RT 53817)
    - Fixed documentation for find_in_html. (RT 19183)
    - Removed sign() and auto_install() from Makefile.PL.
    - Removed magic svn keywords.
    - Converted test suite to Test::More.
    - Added author tests (xt/) and modified SYNOPSIS for all modules to
      make them pass the compilation test.

0.06  2005.09.08
    - Added application/xml as a valid feed type, because certain
      services use that as the content type for RSS feeds.

0.05  2005.01.08
    - Fixed bug where base URI would be unset if there was a <base>
      tag without an href attribute.

0.04  2004.12.31
    - Added Feed::Find->find_in_html to perform the same auto-discovery
      on a chunk of HTML already in memory.

0.03  2004.09.06
    - Feed::Find->find($url_of_feed) will now return $url_of_feed.
      (RT ID 7416)

0.02  2004.08.18
    - Added missing prereq to Makefile.PL (Class::ErrorHandler).

0.01  2004.08.17
    - Initial distribution.