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