change the User Agent string
[catagits/XML-Feed.git] / Changes
1
2   * Change the User Agent to identify as XML::Feed  (SZABGAB)
3     as two sites refused to server the default user agent:
4       http://code.foo.no/feed gave 'Bad Behavior'
5       http://thorsen.pm/atom gave 'Forbidden'
6
7 2012-04-10  Jakob Voss <voss@gbv.de>
8
9   * Add support for RFC 5005 Feed Paging and Archiving in Atom feeds
10
11 2012-04-05  Dave Cross <dave@dave.org.uk>
12
13   * lib/XML/Feed.pm: Remove svn tag.
14
15   * lib/XML/Feed.pm: Changed contact details from non-working 6A email address.
16
17 2012-03-28  sockmonk <wes.sheldahl@gmail.com>
18
19   * README: Updated README file with current and tested installation
20   instructions.  Hoping to clarify the confusion reflected in RT # 53884, maybe
21   even resolve it.  https://rt.cpan.org/Public/Bug/Display.html?id=53884
22
23 2012-03-12  Dave Cross <dave@dave.org.uk>
24
25   * lib/XML/Feed.pm: Bump version for release.
26
27   * t/07-atom10-create.t: Fixed broken date test.
28
29   * lib/XML/Feed/Entry/Format/Atom.pm: Applying the missing bit of the patch
30   from https://rt.cpan.org/Ticket/Display.html?id=20763
31
32 2012-03-10  Dave Cross <dave@dave.org.uk>
33
34   * lib/XML/Feed.pm: Bump version number for release.
35
36   * Build.PL: Increase XML::Atom dependency to 0.37 - see
37   https://rt.cpan.org/Ticket/Display.html?id=74703
38
39 2012-03-06  Gabor Szabo <szabgab@gmail.com>
40
41   * MANIFEST.SKIP: fix MANIFEST.SKIP
42
43   * MANIFEST: update MANIFEST file
44
45   * eg/check_feed.pl: add example
46
47   * lib/XML/Feed.pm, lib/XML/Feed/Entry.pm: add links to the POD
48
49 2012-02-19  Gabor Szabo <szabgab@gmail.com>
50
51   * t/23-eval.t: add explicit tests for loading internal packages and failing
52   when it does not exist
53
54   * lib/XML/Feed/Entry/Format/Atom.pm, lib/XML/Feed/Entry/Format/RSS.pm,
55   lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm: split up files to
56   individual packages
57
58   * .gitignore: ignore *.swp files
59
60 2012-02-18  Gabor Szabo <szabgab@gmail.com>
61
62   * .gitignore: gitignore some generated files
63
64 2012-02-17  Gabor Szabo <szabgab@gmail.com>
65
66   * lib/XML/Feed/Format/RSS.pm: add missing return call fixing the failures
67   introduced when trying to fix 73160
68
69   * lib/XML/Feed/Format/RSS.pm: eliminate warning generated in
70   t/16-convert-mult-categories.t
71
72 2011-12-11  Dave Cross <dave@dave.org.uk>
73
74   * MANIFEST, lib/XML/Feed/Format/RSS.pm, t/22-bug73160.t,
75   t/samples/rss10-datespaces.xml: Added tests for bug 73160. And code to make
76   them pass.
77
78 2011-09-03  Dave Cross <dave@dave.org.uk>
79
80   * Changes: Updated changed for 0.45 (oops) and 0.46.
81
82   * MANIFEST, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm,
83   lib/XML/Feed/Format/RSS.pm, t/20-no-enclosures.t, t/21-rss2-permalinks.t,
84   t/samples/rss20-p.xml: Closed a few tickets from the RT queue as an excuse
85   for a new release. Bumped to version 0.46.
86
87 2011-07-30  Dave Cross <dave@dave.org.uk>
88
89   * MANIFEST, MANIFEST.SKIP, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm,
90   t/18-double2.t, t/19-double3.t, t/samples/rss20-double.xml: Another round of
91   changes to fix (and test)
92   https://rt.cpan.org/Public/Bug/Display.html?id=44899
93
94 2011-07-16  Dave Cross <dave@dave.org.uk>
95
96   * MANIFEST, lib/XML/Feed/Format/Atom.pm, t/19-double3.t,
97   t/samples/rss10-double2.xml: Added new (currently failing) test for the
98   double-encoding bug.
99
100 2011-04-24  Dave Cross <dave@dave.org.uk>
101
102   * MANIFEST, MANIFEST.SKIP, t/18-double2.t, t/samples/rss20-double.xml: Tests
103   to ensure that the double-encoding bug fix works.
104
105 2011-03-13  Dave Cross <dave@dave.org.uk>
106
107   * t/17-double.t, t/18-double2.t, t/samples/rss10-double.xml,
108   t/samples/rss20-double.xml: Added new tests to prove what the problem is.
109
110   * t/15-odd-date.t: Force stringification so test passes.
111
112 2010-03-22  Simon Wistow <simon@thegestalt.org>
113
114   * Build.PL: Force requiring HTML::Entities;
115
116   * Build.PL, Changes, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm: Fix bug in
117   conversion process between RSS and Atom where HTML got double encoded 
118   https://rt.cpan.org/Public/Bug/Display.html?id=44899
119
120   * MANIFEST, lib/XML/Feed/Format/Atom.pm: Fix double encoding bug?
121
122   * lib/XML/Feed/Format/RSS.pm: Add updated()
123
124 2009-11-17  Simon Wistow <simon@thegestalt.org>
125
126   * lib/XML/Feed/Entry.pm, t/16-convert-mult-categories.t: Fix a problem
127   converting multiple categories thanks to Алексей Капранов
128   (KAPPA) in bug 50125  https://rt.cpan.org/Ticket/Display.html?id=50125
129
130   * lib/XML/Feed/Format/RSS.pm: Fixing RT #47981 
131   https://rt.cpan.org/Ticket/Display.html?id=47981  Which is due to Blogspot
132   using unusual atom namespaced elements in short RSS feeds.
133
134   * MANIFEST: Add Build.PL
135
136 2009-05-29  Simon Wistow <simon@thegestalt.org>
137
138   * Changes, MANIFEST, lib/XML/Feed/Format/RSS.pm, t/15-odd-date.t,
139   t/samples/rss10-odd-date.xml: Fix buglet to do with odd date terms
140   https://rt.cpan.org/Ticket/Display.html?id=46494 (Joey Hess)
141
142   * MANIFEST: Add Makefile.PL
143
144 2009-05-07  Simon Wistow <simon@thegestalt.org>
145
146   * Build.PL, Changes, MANIFEST, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm,
147   lib/XML/Feed/Format/RSS.pm, t/14-multi-enclosures.t,
148   t/samples/atom-multi-enclosure.xml, t/samples/rss20-multi-enclosure.xml:
149   Multiple enclosure support
150
151 2009-04-03  Simon Wistow <simon@thegestalt.org>
152
153   * Changes: Merge changes
154
155   * lib/XML/Feed.pm: Add a note about XML::RSS::LibXML
156
157 2009-01-25  Tatsuhiko Miyagawa <miyagawa@bulknews.net>
158
159   * Changes: docs
160
161   * lib/XML/Feed/Format/RSS.pm, t/13-category-hash-bug.t,
162   t/samples/category-bug.xml: Fixed RSS multiple category with XML::RSS::LibXML
163
164 2008-12-11  Simon Wistow <simon@thegestalt.org>
165
166   * lib/XML/Feed/Enclosure.pm, lib/XML/Feed/Entry.pm,
167   lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm, t/13-enclosures.t,
168   t/samples/atom-enclosure.xml, t/samples/rss20-enclosure.xml: First cut at
169   enclosures
170
171 2008-12-10  Simon Wistow <simon@thegestalt.org>
172
173   * MANIFEST: GAH
174
175   * MANIFEST: Whoops again
176
177   * MANIFEST: Whoops
178
179   * Changes, lib/XML/Feed.pm, lib/XML/Feed/Entry.pm: Gte ready for release
180
181 2008-12-09  Simon Wistow <simon@thegestalt.org>
182
183   * lib/XML/Feed/Format/RSS.pm: Fix bug with adding first category
184
185   * Build.PL, Changes, lib/XML/Feed/Entry.pm, lib/XML/Feed/Format/Atom.pm,
186   lib/XML/Feed/Format/RSS.pm, t/12-multi-categories-atom.t,
187   t/12-multi-categories-rss.t, t/12-multi-categories.base,
188   t/12-multi-subjects-rss.t, t/samples/atom-multiple-categories.xml,
189   t/samples/rss-multiple-categories.xml, t/samples/rss-multiple-subjects.xml:
190   First cut at multiple category/tag support
191
192 2008-12-01  Simon Wistow <simon@thegestalt.org>
193
194   * MANIFEST.SKIP, README, lib/XML/Feed.pm, lib/XML/Feed/Content.pm,
195   lib/XML/Feed/Entry.pm, lib/XML/Feed/Format/Atom.pm,
196   lib/XML/Feed/Format/RSS.pm, t/00-compile.t, t/01-parse.t, t/04-splice-atom.t,
197   t/04-splice-rss.t, t/10-mix-and-match.t, t/11-xml-base-atom.t,
198   t/11-xml-base-rss.t: Set Id keyword on everything
199
200 2008-11-24  Simon Wistow <simon@thegestalt.org>
201
202   * lib/XML/Feed/Enclosure.pm: First cut at enclosure support
203
204   * lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm: Add enclosure
205   code.
206
207   * Build.PL: Update property
208
209 2008-11-21  Simon Wistow <simon@thegestalt.org>
210
211   * Changes: UTF8 problem
212
213   * Changes: Fix Andreas' name
214
215   * Build.PL, Changes, lib/XML/Feed.pm, lib/XML/Feed/Format/RSS.pm,
216   t/11-xml-base-rss.t: Fix base support with latest version of XML::RSS
217
218 2008-11-14  Simon Wistow <simon@thegestalt.org>
219
220   * Changes: Add bug fix
221
222   * lib/XML/Feed/Entry.pm, lib/XML/Feed/Format/Atom.pm,
223   lib/XML/Feed/Format/RSS.pm: Add version to Entry
224
225   * Build.PL, lib/XML/Feed/Format/Atom.pm: Fix 'base' stuff
226
227 2008-11-11  Simon Wistow <simon@thegestalt.org>
228
229   * MANIFEST: Add Build.PL
230
231 2008-11-04  Simon Wistow <simon@thegestalt.org>
232
233   * Changes: Add date into Changes
234
235   * lib/XML/Feed/Format/RSS.pm: Cleanup
236
237   * MANIFEST: Update for new status
238
239   * Changes: Add note about https://rt.cpan.org/Ticket/Display.html?id=14725
240
241 2008-11-03  Simon Wistow <simon@thegestalt.org>
242
243   * Build.PL, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm,
244   lib/XML/Feed/Format/RSS.pm: Move to the Formats identifying what content to
245   look at
246
247   * t/00-compile.t, t/01-parse.t, t/02-create.t: Update tests
248
249   * MANIFEST: Add pod*.t
250
251   * Build.PL, MANIFEST, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm,
252   lib/XML/Feed/Format/RSS.pm, t/00-compile.t, t/01-parse.t, t/02-create.t:
253   Rollback r92
254
255   * Build.PL, MANIFEST, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm,
256   lib/XML/Feed/Format/RSS.pm, t/00-compile.t, t/01-parse.t, t/02-create.t:
257   Update tests
258
259   * lib/XML/Feed.pm, lib/XML/Feed/Atom.pm, lib/XML/Feed/Entry.pm,
260   lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/RSS.pm:
261   Switch to different layout
262
263 2008-10-29  Simon Wistow <simon@thegestalt.org>
264
265   * lib/XML/Feed.pm, lib/XML/Feed/Content.pm, lib/XML/Feed/Entry.pm,
266   t/pod-coverage.t, t/pod.t: Add pod and coverage tests
267
268 2008-10-24  Simon Wistow <simon@thegestalt.org>
269
270   * lib/XML/Feed.pm: Add note about makign a validating URL
271
272   * Changes: Add date
273
274   * MANIFEST: Update MANIFEST file with new tests
275
276   * lib/XML/Feed.pm: Up the version number
277
278 2008-10-23  Simon Wistow <simon@thegestalt.org>
279
280   * Changes: Add xml:base work
281
282   * lib/XML/Feed/RSS.pm: Fix typo
283
284   * lib/XML/Feed/RSS.pm, t/11-xml-base-rss.t, t/samples/base_rss.xml: Update
285   xml:base parsing in RSS
286
287   * lib/XML/Feed/RSS.pm, t/11-xml-base-atom.t, t/11-xml-base-rss.t: Make base
288   work
289
290   * lib/XML/Feed.pm, lib/XML/Feed/Atom.pm, lib/XML/Feed/Content.pm,
291   lib/XML/Feed/Entry.pm, lib/XML/Feed/RSS.pm, t/11-xml-base-atom.t,
292   t/11-xml-base-rss.t, t/samples/base_atom.xml, t/samples/base_rss.xml:
293   Initiali support for xml:base
294
295   * t/04-spice-atom.t: Misnamed
296
297 2008-10-22  Simon Wistow <simon@thegestalt.org>
298
299   * Changes, lib/XML/Feed.pm, lib/XML/Feed/Atom.pm, lib/XML/Feed/RSS.pm,
300   t/04-spice-atom.t, t/04-splice-atom.t, t/04-splice-rss.t, t/04-splice.t,
301   t/10-mix-and-match.t: Fix mixing and matching of RSS and Atom
302
303   * lib/XML/Feed.pm: Up version
304
305   * Changes, lib/XML/Feed.pm: Fix fetching through proxies
306
307   * Changes, lib/XML/Feed.pm, lib/XML/Feed/Atom.pm, lib/XML/Feed/Entry.pm,
308   lib/XML/Feed/RSS.pm, t/02-create.t: Add support for self linking and GeoRSS 
309   Patches from Shlomi Fish http://rt.cpan.org/Ticket/Display.html?id=39924  and
310   Scott Gifford http://rt.cpan.org/Ticket/Display.html?id=40046
311
312   * lib/XML/Feed.pm, lib/XML/Feed/RSS.pm: Make feed validate
313
314 2008-10-16  Simon Wistow <simon@thegestalt.org>
315
316   * Changes, t/09-missing-content-bug.t: Created test for
317   http://rt.cpan.org/Ticket/Display.html?id=18810 (Ryan Tate)
318
319   * Build.PL: Up the minimum requirement for XML::RSS to 1.31
320   http://rt.cpan.org/Ticket/Display.html?id=23588 (Andreas König ANDK)
321
322   * Changes, lib/XML/Feed/RSS.pm: Correct namespace for terms in RSS
323   http://rt.cpan.org/Ticket/Display.html?id=25393 (Kent Cowgill KCOWGILL)
324
325 2008-10-15  Simon Wistow <simon@thegestalt.org>
326
327   * Changes, MANIFEST, inc/ExtUtils/AutoInstall.pm, inc/HTML/TokeParser.pm,
328   inc/LWP.pm, inc/Module/AutoInstall.pm, inc/Module/Install.pm,
329   inc/Module/Install/AutoInstall.pm, inc/Module/Install/Base.pm,
330   inc/Module/Install/Build.pm, inc/Module/Install/Can.pm,
331   inc/Module/Install/Fetch.pm, inc/Module/Install/Include.pm,
332   inc/Module/Install/Makefile.pm, inc/Module/Install/Metadata.pm,
333   inc/Module/Install/Win32.pm, inc/Module/Install/WriteAll.pm,
334   inc/Test/More.pm, lib/XML/Feed.pm: Get rid of the inc directory
335
336   * Build.PL: Force a non-segfaulting version of XML::LibXML
337
338   * MANIFEST, MANIFEST.SKIP: Shush
339
340   * lib/XML/Feed.pm: Add a note as to where to find this in subversion
341
342   * t/06-atom10.t, t/07-atom10-create.t: Force stringification
343
344   * Changes: Add keywords
345
346 2008-10-03  Simon Wistow <simon@thegestalt.org>
347
348   * lib/XML/Feed/Atom.pm: Fix broken summary behaviour
349
350 2008-10-01  Simon Wistow <simon@thegestalt.org>
351
352   * lib/XML/Feed/Atom.pm: Feed fixes
353
354   * lib/XML/Feed/Atom.pm: Fix encoding problems
355
356 2008-08-22  Simon Wistow <simon@thegestalt.org>
357
358   * MANIFEST, MANIFEST.SKIP, Makefile.PL: Shush
359
360   * t/08-convert-summary-bug.t: Checking for conversion bug
361
362   * META.yml: Generated files shouldn't be in SVN
363
364   * Changes: Note the switch to module::build
365
366   * Build.PL: Switch to Module::Build
367
368   * lib/XML/Feed.pm: Update version
369
370   * lib/XML/Feed/Atom.pm, t/01-parse.t: use wantarray for backwards
371   compatability
372
373   * lib/XML/Feed.pm: Need to actually pick up the format. Doh
374
375   * Changes, lib/XML/Feed/Atom.pm: Cope with "updated" and "published" elements
376   http://rt.cpan.org/Public/Bug/Display.html?id=20763
377   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380498 (Gregor Herrmann and
378   Joey Hess)
379
380   * Changes, lib/XML/Feed/Entry.pm: Prevent empty content
381   http://rt.cpan.org/Public/Bug/Display.html?id=29684 (Dave Rolsky DROLSKY)
382
383   * Changes, lib/XML/Feed/Atom.pm, t/07-atom10-create.t: Allow accessors to
384   make sure things validate
385
386   * Changes, Makefile.PL: Force working version XML::Atom 
387   http://rt.cpan.org/Public/Bug/Display.html?id=22548
388   http://rt.cpan.org/Public/Bug/Display.html?id=19920
389
390   * Changes, lib/XML/Feed.pm, lib/XML/Feed/Atom.pm, lib/XML/Feed/RSS.pm: Allow
391   passing through of initialisation options. 
392   http://rt.cpan.org/Public/Bug/Display.html?id=24729
393
394   * Changes, lib/XML/Feed.pm: Allow specification of the parsing format.  Fix
395   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477394
396
397 2008-08-21  Simon Wistow <simon@thegestalt.org>
398
399   * lib/XML/Handler/Trees.pm: Wrong place for this
400
401   * lib/XML/Handler/Trees.pm: No rpm, no cpan, no svn so we include it here
402
403 2008-04-22  Simon Wistow <simon@thegestalt.org>
404
405   * Changes, MANIFEST, META.yml, lib/XML/Feed.pm, lib/XML/Feed/Atom.pm,
406   t/04-splice.t, t/06-atom10.t, t/07-atom10-create.t, t/samples/atom-full.xml:
407   Load XML-Feed-0.12 into trunk.
408
409   * Changes, MANIFEST, META.yml, Makefile.PL, inc/Test/More.pm,
410   lib/XML/Feed.pm, lib/XML/Feed/Atom.pm, t/05-atom10-link.t,
411   t/samples/atom-10-example.xml: Load XML-Feed-0.11 into trunk.
412
413   * Changes, META.yml, lib/XML/Feed.pm, t/samples/atom.xml: Load XML-Feed-0.10
414   into trunk.
415
416   * Changes, META.yml, inc/ExtUtils/AutoInstall.pm, inc/HTML/TokeParser.pm,
417   inc/LWP.pm, inc/Module/AutoInstall.pm, inc/Module/Install.pm,
418   inc/Module/Install/AutoInstall.pm, inc/Module/Install/Base.pm,
419   inc/Module/Install/Build.pm, inc/Module/Install/Can.pm,
420   inc/Module/Install/Fetch.pm, inc/Module/Install/Include.pm,
421   inc/Module/Install/Makefile.pm, inc/Module/Install/Metadata.pm,
422   inc/Module/Install/Win32.pm, inc/Module/Install/WriteAll.pm, lib/XML/Feed.pm,
423   lib/XML/Feed/RSS.pm, t/02-create.t: Load XML-Feed-0.09 into trunk.
424
425   * Changes, MANIFEST, META.yml, Makefile.PL, README,
426   inc/ExtUtils/AutoInstall.pm, inc/HTML/TokeParser.pm, inc/LWP.pm,
427   inc/Module/AutoInstall.pm, inc/Module/Install.pm,
428   inc/Module/Install/AutoInstall.pm, inc/Module/Install/Base.pm,
429   inc/Module/Install/Build.pm, inc/Module/Install/Can.pm,
430   inc/Module/Install/Fetch.pm, inc/Module/Install/Include.pm,
431   inc/Module/Install/Makefile.pm, inc/Module/Install/Metadata.pm,
432   inc/Module/Install/Win32.pm, inc/Module/Install/WriteAll.pm, lib/XML/Feed.pm,
433   lib/XML/Feed/Atom.pm, lib/XML/Feed/RSS.pm, t/01-parse.t,
434   t/samples/rss10-invalid-date.xml: Load XML-Feed-0.08 into trunk.
435
436   * Changes, MANIFEST, META.yml, lib/XML/Feed.pm, lib/XML/Feed/Entry.pm,
437   t/04-splice.t: Load XML-Feed-0.07 into trunk.
438
439   * Changes, MANIFEST, META.yml, Makefile.PL, README, lib/XML/Feed.pm,
440   lib/XML/Feed/Atom.pm, lib/XML/Feed/Content.pm, lib/XML/Feed/Entry.pm,
441   lib/XML/Feed/RSS.pm, t/00-compile.t, t/01-parse.t, t/02-create.t: Load
442   XML-Feed-0.06 into trunk.
443
444   * Changes, META.yml, lib/XML/Feed.pm: Load XML-Feed-0.05 into trunk.
445
446   * Build.PL, Changes, META.yml, Makefile.PL, README, inc/Module/Install.pm,
447   inc/Module/Install/AutoInstall.pm, inc/Module/Install/Base.pm,
448   inc/Module/Install/Build.pm, inc/Module/Install/Can.pm,
449   inc/Module/Install/Fetch.pm, inc/Module/Install/Include.pm,
450   inc/Module/Install/Makefile.pm, inc/Module/Install/Metadata.pm,
451   inc/Module/Install/Win32.pm, inc/Module/Install/WriteAll.pm, lib/XML/Feed.pm,
452   lib/XML/Feed/Atom.pm, lib/XML/Feed/Content.pm, lib/XML/Feed/Entry.pm,
453   lib/XML/Feed/RSS.pm, t/00-compile.t, t/01-parse.t: Load XML-Feed-0.04 into
454   trunk.
455
456   * Changes, MANIFEST, META.yml, Makefile.PL, README, inc/Module/Install.pm,
457   inc/Module/Install/Include.pm, lib/XML/Feed.pm, lib/XML/Feed/Content.pm,
458   lib/XML/Feed/ErrorHandler.pm: Load XML-Feed-0.03 into trunk.
459
460   * Changes, MANIFEST, META.yml, lib/XML/Feed.pm, lib/XML/Feed/Atom.pm,
461   lib/XML/Feed/Content.pm, lib/XML/Feed/Entry.pm, lib/XML/Feed/RSS.pm,
462   t/01-parse.t, t/samples/rss20-no-summary.xml: Load XML-Feed-0.02 into trunk.
463
464   * Build.PL, Changes, MANIFEST, META.yml, Makefile.PL, README,
465   inc/ExtUtils/AutoInstall.pm, inc/Module/Install.pm,
466   inc/Module/Install/AutoInstall.pm, inc/Module/Install/Base.pm,
467   inc/Module/Install/Build.pm, inc/Module/Install/Can.pm,
468   inc/Module/Install/Fetch.pm, inc/Module/Install/Include.pm,
469   inc/Module/Install/Makefile.pm, inc/Module/Install/Metadata.pm,
470   inc/Module/Install/Win32.pm, inc/Module/Install/WriteAll.pm, lib/XML/Feed.pm,
471   lib/XML/Feed/Atom.pm, lib/XML/Feed/Entry.pm, lib/XML/Feed/ErrorHandler.pm,
472   lib/XML/Feed/RSS.pm, t/00-compile.t, t/01-parse.t, t/samples/atom.xml,
473   t/samples/rss10.xml, t/samples/rss20.xml: Load XML-Feed-0.01 into trunk.
474
475   * Build.PL, Changes, MANIFEST, META.yml, Makefile.PL, README,
476   inc/ExtUtils/AutoInstall.pm, inc/Module/Install.pm,
477   inc/Module/Install/AutoInstall.pm, inc/Module/Install/Base.pm,
478   inc/Module/Install/Build.pm, inc/Module/Install/Can.pm,
479   inc/Module/Install/Fetch.pm, inc/Module/Install/Include.pm,
480   inc/Module/Install/Makefile.pm, inc/Module/Install/Metadata.pm,
481   inc/Module/Install/Win32.pm, inc/Module/Install/WriteAll.pm, lib/XML/Feed.pm,
482   lib/XML/Feed/Atom.pm, lib/XML/Feed/Entry.pm, lib/XML/Feed/ErrorHandler.pm,
483   lib/XML/Feed/RSS.pm, t/00-compile.t, t/01-parse.t, t/samples/atom.xml,
484   t/samples/rss10.xml, t/samples/rss20.xml: Make
485
486   * Build.PL, Changes, MANIFEST, META.yml, Makefile.PL, README,
487   inc/ExtUtils/AutoInstall.pm, inc/Module/Install.pm,
488   inc/Module/Install/AutoInstall.pm, inc/Module/Install/Base.pm,
489   inc/Module/Install/Build.pm, inc/Module/Install/Can.pm,
490   inc/Module/Install/Fetch.pm, inc/Module/Install/Include.pm,
491   inc/Module/Install/Makefile.pm, inc/Module/Install/Metadata.pm,
492   inc/Module/Install/Win32.pm, inc/Module/Install/WriteAll.pm, lib/XML/Feed.pm,
493   lib/XML/Feed/Atom.pm, lib/XML/Feed/Entry.pm, lib/XML/Feed/ErrorHandler.pm,
494   lib/XML/Feed/RSS.pm, t/00-compile.t, t/01-parse.t, t/samples/atom.xml,
495   t/samples/rss10.xml, t/samples/rss20.xml: Load XML-Feed-0.01 into trunk.
496
497   * Build.PL, Changes, MANIFEST, META.yml, Makefile.PL, README,
498   inc/ExtUtils/AutoInstall.pm, inc/Module/Install.pm,
499   inc/Module/Install/AutoInstall.pm, inc/Module/Install/Base.pm,
500   inc/Module/Install/Build.pm, inc/Module/Install/Can.pm,
501   inc/Module/Install/Fetch.pm, inc/Module/Install/Include.pm,
502   inc/Module/Install/Makefile.pm, inc/Module/Install/Metadata.pm,
503   inc/Module/Install/Win32.pm, inc/Module/Install/WriteAll.pm, lib/XML/Feed.pm,
504   lib/XML/Feed/Atom.pm, lib/XML/Feed/Entry.pm, lib/XML/Feed/ErrorHandler.pm,
505   lib/XML/Feed/RSS.pm, t/00-compile.t, t/01-parse.t, t/samples/atom.xml,
506   t/samples/rss10.xml, t/samples/rss20.xml: Create
507
508   * Build.PL, Changes, MANIFEST, META.yml, Makefile.PL, README,
509   inc/ExtUtils/AutoInstall.pm, inc/Module/Install.pm,
510   inc/Module/Install/AutoInstall.pm, inc/Module/Install/Base.pm,
511   inc/Module/Install/Build.pm, inc/Module/Install/Can.pm,
512   inc/Module/Install/Fetch.pm, inc/Module/Install/Include.pm,
513   inc/Module/Install/Makefile.pm, inc/Module/Install/Metadata.pm,
514   inc/Module/Install/Win32.pm, inc/Module/Install/WriteAll.pm, lib/XML/Feed.pm,
515   lib/XML/Feed/Atom.pm, lib/XML/Feed/Entry.pm, lib/XML/Feed/ErrorHandler.pm,
516   lib/XML/Feed/RSS.pm, t/00-compile.t, t/01-parse.t, t/samples/atom.xml,
517   t/samples/rss10.xml, t/samples/rss20.xml: Load XML-Feed-0.01 into trunk.