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