[libxml-rss-perl] branch master updated (0aa0693 -> dcf3055)
gregor herrmann
gregoa at debian.org
Tue Dec 15 20:20:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libxml-rss-perl.
from 0aa0693 update changelog
adds 7fc6b8d Subject: [perl #38222] XML-RSS repository
adds e1b4457 r4582 at g5: ask | 2006-03-11 14:13:13 -0800 local branch r4727 at g5: ask | 2006-03-11 14:18:36 -0800 import 0.96 r4728 at g5: ask | 2006-03-11 14:18:52 -0800 tag 0.96 r4729 at g5: ask | 2006-03-11 14:19:17 -0800 import 0.97 r4730 at g5: ask | 2006-03-11 14:20:24 -0800 oops, revert to 0.96 so we can send it to svn
adds 1288a3a r4732 at g5: ask | 2006-03-11 14:22:04 -0800 import 0.97 r4733 at g5: ask | 2006-03-11 14:22:13 -0800 tag 0.97
adds 87980e8 r4735 at g5: ask | 2006-03-11 14:24:49 -0800 import 1.02 r4736 at g5: ask | 2006-03-11 14:25:14 -0800 tag 1.02
adds a8f563c r4738 at g5: ask | 2006-03-11 14:26:40 -0800 import 1.03 r4739 at g5: ask | 2006-03-11 14:26:53 -0800 tag 1.03
adds 76b7643 r4741 at g5: ask | 2006-03-11 14:27:36 -0800 import 1.04 r4742 at g5: ask | 2006-03-11 14:27:47 -0800 tag 1.04
adds cb3d5bf r4744 at g5: ask | 2006-03-11 14:28:27 -0800 import 1.05 r4745 at g5: ask | 2006-03-11 14:28:38 -0800 tag 1.05
adds cd3e009 r5140 at g5: ask | 2006-03-11 15:06:41 -0800 clean up Makefile.PL r5141 at g5: ask | 2006-03-11 15:16:46 -0800 Clean up distribution a little (tests, Makefile.PL, file locations, ...)
adds 9ecb18c r5143 at g5: ask | 2006-03-11 15:17:58 -0800 Fixed category output in RSS 2.0 (RT#17303, Yasuhiro Onishi)
adds 82e6f57 r5145 at g5: ask | 2006-03-11 15:45:35 -0800 prepare v1.10 update documentation update MANIFEST
adds e7e03cb r5149 at g5: ask | 2006-03-11 15:52:32 -0800 removed old rc files
adds 317e825 r8765 at g5: ask | 2006-05-14 11:49:41 -0700 Minor doc fix (David Steinbrunner)
adds c68da9f Fix encoding of the > char, added tests (RT#19420, Shlomi Fish)
adds 9edd109 use HTML::Entities instead of the "homegrown" entity encoding code
adds d5bdb37 update TODO
adds 15bf24e - XML::RSS ignores output encoding (RT#11124, RT#7343, test failures on win32, Vaclav Haisman, Steve Peters)
adds 877ce24 encoding of source element (RT#2285)
adds 13ef9f8 prepare 1.11
adds 052fd7e distruntest make target (Shlomi)
adds 84c69e1 Incorrect entity encoding in XML output (RT#22467, reported by Stephen Hall)
adds 3054a11 we use numeric html entities now
adds d9901cc Fix enclosure parsing (RT#7920, Tatsuhiko Miyagawa)
adds 10b39fc add more tests
adds b5311aa add tests; enclosures plus two failing test cases
adds d5bcbb6 prepare 1.12
adds 6797a7d generate the test file in the t/ directory so make clean cleans it up
adds 08d4786 Remove the executable bit from Makefile.PL
adds a5ca64b Add test to test regression of CPAN RT#5438 (Shlomi)
adds 603c081 RSS 2.0 spec allows omission of title from entry (RT#18817, test from Shlomi)
adds c06b2a4 commit Shlomi's patch for RT#18755 (Value for $XML::RSS::modules gets destroyed) and RT#19417 (Missing last build date value in RSS 2.0)
adds e264114 prepare 1.20
adds 7c0fb32 - Can't create "0" values in optional items (RT#11415, based on patch from Shlomi - thanks!)
adds 662f95c encode generates warnings for undefined text (RT#13523, Mark Stosberg)
adds 4a17f97 make items-are-0 tests work (Shlomi) add 2.0-permalink test
adds fbdcfc6 renamed the internal encode method to _encode
adds f6884a0 minor test improvements
adds e73239d prepare for 1.20 release
adds 9f3bbdb - Remove empty lines in the test_manifest - some versions of Test::Manifest doesn't do the right thing with those. (RT#23678, Hugo van der Sanden)
adds a6c1c28 add/fix pod-coverage tests
adds 0e539de - More Date Conversion (Shlomi) - Fix for a Markup Injection Vulnerability (RT#23435, Shlomi)
adds 20c8f4b - Support inserting a XSL stylesheet URL into the XML output (RT#11569, Jason A. Smith, Shlomi Fish)
adds bfa733f prepare v1.21
adds 283cedc - Don't fail the tests if Test::Pod::Coverage is missing (reported by Andreas J. Koenig)
adds d97b713 add examples (from some weeks ago)
adds ab74d65 - Channel->{link | textInput} (sic) property mapping in RSS 2.0 (RT#9862, Shlomi / chatiman)
adds 29f0f68 add another test file that should have been in r8401
adds 3df1816 - make add_module work for both RSS 1.0 and 2.0 (RT#16191, RT#18907, RT#13209, Ben Trott, Ivan Willis)
adds 517bdc2 Fix the tests to work on Win32 (RT#23752, Shlomi, Kenichi Ishigaki)
adds 4dae1d3 - Fixed the problem with a version => "2.0" RSS not parsing correctly the namespaced elements in a RSS 1.0 feed (in RT#23822, Shlomi)
adds ffcdccb + - Fix XML::Feed compatability. Make sure $item->{content} is always setup + (broke in 1.20, RT#23822, Shlomi, Andreas J. Koenig)
adds e21f7e3 isPermaLink / guid fixes (RT#23983, Shlomi)
adds 75c43b9 datafile for 1.0-parse-2.t test
adds d03bd50 add temporary build stuff to svn:ignore
adds bec3da6 start work on cleaning up examples/ directory and move generated files out of t/
adds 34c55ff Added the t/generated directory to the repository and the MANIFEST.
adds 9054b91 Moved examples/merlyn1.rss to t/data/merlyn1.rss.
adds 4cb5206 Moved sf-hs-with-pubDate.rss and sf-hs-with-lastBuildDate.rss to under t/data/.
adds 6fbd5cf Moved examples/1.0/rss1.0.exotic.rdf to under t/data/.
adds 2e0bfc8 Move freshmeat.rdf from examples to t/data.
adds 2c64385 Moved examples/1.0/with_content.rdf to t/data/1.0/.
adds 6d8e802 Changed the "make clean" target to only delete the '*.xml' files and not all the files that include the placeholder, which is required for Subversion and the MANIFEST.
adds 6702517 Made all the executable files non-executable because there's no good reason for them to remain so. It was probably a leftover Windowsism.
adds a7f2907 Code coverage - removed an unused method.
adds 7d45d6d Test Coverage: added tests to test for an undefined/unspecified image/link.
adds f2457f8 Code Coverage (and bug fixes) - checked for the croaks in the add_module method. Fixed a bug with the regex in which there was a range ( .-_ ) instead of individual characters (.\-_).
adds 2243f22 Updated the Changes.
adds 2bd2022 Added cover_db to the svn:ignore.
adds fe1ecfc Test coverage: added tests to test the "strict" mode.
adds e48391b Test coverage: tested the "insert" mode of add_item.
adds 55cc244 Test coverage and Do-what-you-wrongly-think-I-mean's removal. Removed the test for a defined title in the items loop so the item will simply be outputted. If the title is not defined there'll be a warning. Otherwise, skipping the item makes little sense.
adds a5ea34a Removed more if (defined($item->{title})), in accordance with the previous commit.
adds 6104752 Test coverage - added a test for:
adds 0afe3e4 Refactoring: made the generation of the <channel opening tag in as_rss_1_0 more modular.
adds 14c1e67 Test coverage: now testing the channel/taxo topics generation. Also transformed if (exists($foo) && $foo) into if ($foo) because it's the same thing and it's one less condition to test.
adds b83c980 Test coverage - testing some of the %rdf_resource_fields conditionals.
adds c70d5be Test coverage: added the test:
adds 8fa56a4 Bug fix (and Test Coverage) - eliminated a markup injection vulnerability in the item taxo:topics output of RSS 1.0. Tested it for good coverage.
adds b44cb64 Refactoring - extracted the _output_taxo_topics method to output the taxo:topics tag for both the items and the channel.
adds efb18a6 Test coverage: added tests for the RSS 1.0 items' rendering module support.
adds aaa29bc Added a TODO comment to investigate something.
adds c7063be Test coverage: added coverage for the RSS 1.0 module support in the textinput element.
adds 2c59c60 Test coverage - testing the channel module-related elements' generation of RSS 2.0.
adds db24a40 Test coverage: testing the RSS-2.0 modules support in the <image> tag.
adds f0a7612 Test coverage - Test the RSS 2.0 items' ad-hoc modules support.
adds abad3cf Test coverage: added a test that tests the RSS 2.0 item skipping condition.
adds f95c414 Test coverage: Test the RSS 2.0 <source url= condition.
adds 5809431 Moved the append function, which is unused and cannot be effectively used out of the main module and into the rejects directory.
adds f20638f Added the gen-pod-for-as_rss script.
adds 75bd780 Rearranged the order of the versions to make it more logical.
adds cb2fb8e Added the POD to the as_rss_ methods in order to settle Devel::Cover. This POD was generated by the script under keep-out/.
adds 2d8a3f6 Added POD documentation to the XML::Parser handle_* methods to make Devel::Cover happy. Now t/pod-coverage.t checks for their PODs as well.
adds fe84860 Refactored the method dispatch when outputting according to the version.
adds 96ef9cd More as_string() refactoring - extracted the _get_output_version method to calculate the output version.
adds ee87161 Test coverage and some refactoring:
adds fa43117 1. Refactoring: refactored the generate-RSS-and-parse it methods in the t/items-are-0.t script to use one centrally defined function.
adds a3c7296 Test Coverage: covering the items' namespace edge-cases. Also corrected some undefined-namespace-related mini-bugs that stopped the testing.
adds 84bad47 Added the cover_db.old* pattern to the svn:ignore. cover_db.old* are old instances of the cover_db information used as a reference.
adds 630ca2a Test coverage: increased the test coverage for the <textinput> element namespace edge cases. Fixed the $ns can be undef bug.
adds 9ef62d9 Test coverage: tested for namespace-related edge cases for the elements contained in the <channel> element. Added the usual if (!defined($ns)) { $ns = ""; } fix.
adds 0954fe8 Test coverage: testing for the <rdf:li> entries in the <Bag> inside the <item> element.
adds 54ea53e Test coverage: now testing the <taxo> items for the <channel> element.
adds b8c6907 Test coverage: added coverage for the elements inside item that are in/out the rdf_resource_fields map.
adds 2b00f75 Test coverage: taxo bag in <item> with junk elements and %empty_ok_elements.
adds 1f7a527 Test coverage: testing items in different namespaces than the normal one.
adds 716f0d0 1. Test coverage: covered the item with a null namespace in an NSed document context. Corrected the code of the module itself to remedy a case where it thinks it's in an item but actually isn't.
adds 4392f04 Removed a useless error detection conditional warning, that cannot happen.
adds 8e50920 Test coverage: added tests for:
adds a37b153 Test coverage: added testing for known modules inside <image> and <textinput>.
adds 5533b80 Test coverage: testing for exception thrown on a missing version attribute in the root element.
adds 80be20d Test coverage - nested items and exception on missing RSS namespace on the top item.
adds 7f54937 Test coverage:
adds 5df580c Test coverage: "Parsing 1.0 - known module rdf_resource_field".
adds b5ccfdd Test coverage: saving to an invalid file, and calling AUTOLOAD on an unregistered entity.
adds 9ea5af4 Test coverage: Testing the AUTOLOAD accessors.
adds 388604d Test coverage:
adds adc45e9 Refactoring: extracted the _get_elem_namespace() and _get_current_naemspace() functions from the parsing stage, and replaced all of their occurences with calls to them.
adds 94b12fa Refactoring: converted a within_element/within_element(NS) combo to _my_in_element.
adds a9510d9 Extracted the:
adds a447122 Replaced the RSS 0.9 channel sub-tags output with _output_common_channel_elements.
adds 596039a Refactoring: extracted the _out_managing_editor method to generate the managingEditor/dc:publisher element.
adds c025878 Refactoring: extracted the _out_webmaster() method to output the webmaster.
adds a03e014 Extracted the _out_start_image() method and changed all <image> element renderings start to use it.
adds 4a69d6c Extracted the _out_copyright() method for outputting the copyright tag.
adds 1188a3e Extracted the _calc_channel_dc_field to abstract the defined($channel->{dc}->{foo} ? $channel->{dc}->{foo} : $channel->{bar} logic that has already appeared in three functions.
adds b46443d Refactored the out_(managing_editor|webmaster|copyright) functions further. They now use an instance proprty $self->_prefer_dc() to determine which tag label to use.
adds f5cbcea Refactoring: replaced $channel->{'dc'}->{key} / $channel->{key} with calls to functions that calculate and generate them.
adds 746e6ae Refactoring: extracted the $self->_out_dc_elements() method to output the Dublin Core sub-elements of certain elements in RSS 1.0.
adds d67890f Merged two duplicate credits into one.
adds e329ecf Refactoring: extracted the _out_modules_elements() method and replaced all the modules logic with calls to it.
adds a1bd125 Refactoring: converted the item output of as_rss_0_9 to output_common_item_tags.
adds c5826d1 Refactoring:
adds 71aba5e Refactoring: created methods for abstracting out the output of the "</$tag>\n\n" pattern for top-level elements. Extracted the code out of all of its places.
adds 66e3d26 Code cleaup: moved all the as_rss_* methods together.
adds 7af5ebc Converted all the channel start logic to _output_start_channel().
adds 9121ab2 Code cleanup: renamed $self->_out(put)?_start_whatever to _start_whatever for brevity and consistency with _end_whatever.
adds a74d9c2 Refactoring: converted the RSS 1.0 textinput element to _output_complete_textinput(). This involved generalising the method and also now using _out_rss_version to determine the output version.
adds fe6ee49 Renamed the _out_rss_version() property to _rss_out_version() so people won't think it's an output function.
adds 45c7cc0 Refactoring: extracted the out_skip_hours() method to output the skip hours from two places.
adds 0d22e02 Refactoring:
adds 0f80db6 Refactored the skip_hours and skip_days functions.
adds 29db978 Style fix: separated two adjacent functions with an empty line.
adds 5f71784 Refactoring: refactored some of the _initialize method.
adds 365482a Refactored the %vX_Y_Zok_fields logic.
adds f575202 perltidy configuration file; run perltidy on XML::RSS (and intentionally not on the tests)
adds 543b06b Style: Removed the remaining tab characters from lib/XML/RSS.pm .
adds 42b1cab Removed a useless (and out of date) comment.
adds c5cb800 Extracted the _get_init_default_key_assignments() method for enumerating the keys with the default assignments.
adds 04ba9b2 Extracted a method to calculate the item's :about attribute.
adds 9b75ed5 Refactoring: refactored the date handling functions: $self->channel($key) instead of $self->{channel}->{$key} and also some defined(my $d = ...) return $d.
adds 9c0f1fc Refactoring: extracted the _channel_dc method to retrieve values out of the channel dc tags. Converted more {channel} to ->channel().
adds 2338caf Refactoring: small refactoring of the _get_channel_rdf_about method.
adds d467081 Refactoring: extracted the _output_complete_image() method from the as_rss_0_9 function. Todo: extract it from the other RSS versions, with possible variations.
adds 476e325 Refactoring: extracted _output_complete_image() from RSS 0.9.1.
adds 64faa4a Refactoring: extracted the ->_output_complete_image tag from the RSS 1.0 version.
adds 1af2648 Refactoring: extracted a small method for the determining if an image is defined and should be rendered.
adds 19b86e6 Refactoring: extracted the $self->_output_complete_image() from RSS 2.0. So this part of the refactoring is complete.
adds 52ce126 Changed $output .= to ->_out in one place.
adds 6c10b96 Refactoring: extracted a method.
adds 7954ec9 Refactoring: converted two $output .= to $self->_out().
adds 0c7d761 Refactoring: more $output .= $string to $self->_out($string) conversions.
adds 1310d38 Refactoring: modularised the logic of the <rdf:RDF declaration generation in RSS 1.0.
adds 5818fde Made _get_1_0_rdf_decl more modular.
adds 48893ba Refactoring : More "$output .=" ==> $self->_out() conversion.
adds e427a99 Refactoring: adapted the _get_rdf_decl function to RSS 2.0 to eliminate more $output .= $string stuff.
adds d90d959 Refactoring: extracted the $self->_out_rdf_decl() method.
adds d862d6f Refactoring: more $output .= $string to $self->_out() conversion.
adds 3a19e08 Refactoring: extracted the _out_item_enclosure() method and in the process eliminated the remaining $output .= $string statements.
adds 3f5e6df Refactoring: eliminated the last remaining $output .= call which I've missed. Converting the output mechanism to no longer rely on the $output lexical variable, but instead consistently use $self->_out(). Now $self->{_output} is a buffer instead of a pointer to a buffer, and so some patterns across the as_rss version were eliminated.
adds c962ee9 Refactoring: extracted the $self->_output_items() method from all RSS versions, to abstract the foreach my $item (@{$self->{item}}) loop.
adds f8dedb4 Removed some anachronistic commented out code.
adds 325dabb Refactoring: extracted the _out_item_2_0_tags method.
adds 9fb6c83 Refactoring: per the mutual agreement with Ask, eliminated the AUTOLOAD function and instead defining the accessors explicitly.
adds a17e7ee Made all the top-level tags consistently use a single trailing newline character, instead of one or two. Modified the tests to accomodate for this new behaviour.
adds 832e185 Refactoring: created the method $self->_out_ns_tag() to output a tag with a prefix. Replaced many such occurences of outputting such inner tags with calls to it.
adds d15920f Refactoring: extracted common functionality out of RSS 0.9.1 and RSS 2.0.
adds 3dbfc98 Refactoring: extracted the _output_main_elements method to output the image, items and textinput.
adds 5eeafd6 Refactoring: extracted the _output_single_item method.
adds b0c2bd4 Refactoring: moved the RSS 1.0-specific channel attribute into the _start_channel() method and now calling it without arguments in the as_rss_1_0 function.
adds 81938e7 Refactoring: extracted the rest of the opening tags declarations into $self->_out_rdf_decl().
adds e0906dd Refactoring: extracted the $self->_output_xml_start() from all the as_rss_ functions to encapsulate the logic of the first common elements outputted.
adds 5b6f128 Refactoring: abstracted the XML end tag functionality into the _get_end_tag method.
adds f4251df Refactoring: extracted the $self->_render_complete_Rss_output($ver) method (and related methods) that abstracts away the common idioms in the RSS rendering of the various versions.
adds a72a18f Refactoring: extracted a method to output all the modules - dc, syn, etc.
adds f7a6994 Refactoringg: extracted the $self->out_editors() method to output the managing editor and the webmaster.
adds 323cd5a Refactoring: extracted the _start_top_elem method for starting a top-level element with the rdf:about="" in RSS version 1.0 and everything. Extracted it from all the places which had that logic.
adds aa0822d Added tags to the svn:ignore for the ctags file.
adds 463d923 Updated the Changes file.
adds b5a643a Refactoring: extracted the _out_def_chan_tags() method.
adds fc79955 Refacotring: extracted the output_0_9_1_rss method.
adds d08acc3 Extracted an output_0_9_rss_middle method.
adds 8b8fe18 Refactoring: converted the if..elsif..elsif in _output_rss_middle to a method map.
adds 5e3182e Refactoring: extracted the _out_dates method.
adds edb8615 merge -r 8809:8810:
adds e62a852 Merged in the changes from:
adds ffc37c0 Added a regression test to https://rt.cpan.org/Ticket/Display.html?id=24742 :
adds f0f322b In the Makefile.PL's Test::Run integration - changed the perl call to $(PERLRUNINST) per the suggestion in this email:
adds a072c03 Placed the runtest command in its own module in accordance to the further suggestions in this email:
adds 4a53831 Fixed the Makefile.PL's test_via_harness namespace according to the suggestion in:
adds 0a8f868 Updated the Changes.
adds 38f8953 prepare 1.29_01
adds 366dad6 update various text files, 1.29_02
adds a804ce4 remove unreleased 1.29_01
adds bcc87d8 1.30
adds 2ecdcd5 - Fixed the save() function to handle perl-5.6.x (and possibly below) where the ":encoding(...)" filehandle are not available.
adds 7c7bfbb prepare 1.31
adds 2a9bf8e - Fixed http://rt.cpan.org/Public/Bug/Display.html?id=25336: - made sure the namespace specified elements can have a hash as a value in which case they'll be outputted as a standalone tag with attributes.
adds a959ee3 - Fixed http://rt.cpan.org/Ticket/Display.html?id=25368 : - changed pop() to shift() to remove the oldest item in the example in lib/XML/RSS.pm, per the comments in the bug report.
adds 1f3b1c5 Minor fix to the changes for the last commit.
adds e25d196 - Fixed http://rt.cpan.org/Ticket/Display.html?id=24329#txn-296761 : - updated the URLs for information about RSS mentioned under "=head1 DESCRIPTION", based on a Google search. - (Shlomi Fish)
adds 22c5b4d fix really old typo
adds d740b1e - Fixed http://rt.cpan.org/Ticket/Display.html?id=33001 : - made sure that isPermalink is true if and only if the isPermalink attribute is "true". Not if it is non-existent, etc. - this modified the behaviour of the module.
adds f064aff Bumped the version number in the module and the Changes.
adds 6a1c6d2 - Allowed the end-user to customise the _encode() routine in XML::RSS::Private::Output::Base from XML::RSS using the encode_cb key.
adds 0d0bf32 Bumped the version number to 1.33 and updated the Changes.
adds cdb895b - fixed a typo in the documentation of lib/XML/RSS.pm - "regardless" instead of "regarless". - http://rt.cpan.org/Public/Bug/Display.html?id=37916 - (Reported by Reuben Thomas, Fixed by Shlomif).
adds cf65a20 - fixed a code fragment - pop() instead of shift() for older items, and while() instead of if(): - http://rt.cpan.org/Public/Bug/Display.html?id=39231 - (Reported by Dave, Fixed by Shlomif).
adds 3b9c85c Bumped the version number to 1.34.
adds 1c91dd0 - Added a Module::Build-based Build.PL so we'll have an easier time with the META.yml and the Kwalitee.
adds ef45f3e Tweaked the svn:ignore to ignore generated files
adds 1b8289b Kwalitee - added use warnings to all files
adds cebb53f Kwalitee - fixed the 'use' of Test::Run:CmdLine::Iface
adds e9313ea Bumped the version number.
adds 925e08e ->parse() now explicitly returns $self
adds 1f8bd9e Updated the MANIFEST from the last commit
adds b69515f ->parsefile now returns $self
adds c234851 - Applied a patch to change the RSS-0.91 DTD URL from my.netscape.com to rssboard.org: - http://rt.cpan.org/Ticket/Display.html?id=39780
adds efcbf73 Reformatted the Changes file to standardize on 4-spece-indents.
adds c2692ff Small documentation patch.
adds d868fb0 Bumped the version number to 1.36 and prepared for release.
adds d79ce88 Extracted the common functionality of ->parse() and ->parsefile().
adds d9a89d0 Incoporated the patch to add xml:base attribute support.
adds ac51339 Renamed items-are-0.t into test-generate-items.t to highlight its significance.
adds ac29cb6 Added an item to the TODO.
adds 56e3536 Enabled backwards-compatibility mode for the "description" item.
adds 02a86d2 Fixed two possible bugs:
adds 77cc608 Bumped the version number to 1.37 - about to release.
adds 0167d47 Extracted the _out_module_prefix_elements method.
adds 303b1f3 Added support for duplicate items of RSS modules.
adds 75fb2c1 - Added support for multiple Dublin Core elements. One can point the field to an array and it will create multiple elements: - http://rt.cpan.org/Public/Bug/Display.html?id=6000
adds 67ab86d - Now parsing several <skipDays>/<day>s and <skipHours>/<hour>s into an array reference instead of concatenating them together. - http://rt.cpan.org/Public/Bug/Display.html?id=40978
adds e6cf7d7 Refactoring - extracted the _start_array_element method from two places.
adds 0cb00b1 Refactoring - added an accessing method for _last_item() and extracted it.
adds 8fd14eb Bumped the version number to 1.38.
adds 2cd9091 Now outputting an arrayref of <skipDays>/<day>'s and <skipHours>/<hours> .
adds 2e2c44a Added support for generating the tags file.
adds 660a096 Now parsing multiple <category> tags into an array ref.
adds f0e04bb Arrayref of <item>/<category>'s.
adds 1fa97e8 Parsing multiple <channel>/<category>'s into an array.
adds 8d1dffd Rendering multiple <channel>/<category> elements from array refs. - http://rt.cpan.org/Public/Bug/Display.html?id=9729
adds d8f83f1 Fixed a typo in the TODO.
adds 535815c Parsing multiple dc:items into an array inside an item.
adds 2cacd09 Tweaked the TODO .
adds d1edecd Added modules_as_arrays.
adds d139919 Bumped the version number to 1.40.
adds 08e1d48 Made the default channel/{title,description,link} undef instead of ''.
adds 7fc889f rdf:resource support for images.
adds 47cfb2c channel/{link,description,title} as "".
adds 45c1cec Bumped the version number.
adds 1729658 Namspeace sanity for converting elements to hash-refs.
adds 1d1ce9a Added a new file to the MANIFEST - otherwise tests would be broken.
adds 3d31f8e Bumped the XML-RSS version number to 1.42.
adds 90e260c Corrected the date in the Changes file.
adds 28ef4fd Bumped the version number to 1.43 - documented the changes in Changes.
adds bf98000 Add support for multiple enclosures.
adds 0cc23f7 Added the t/xml-base.t test file from Simon Wistow to test for xml:base.
adds c29abdc Added Test::Count annotations and some formatting to t/xml-base.t.
adds 6167125 Reformatted t/xml-base.t.
adds 63bec85 Updated Changes
adds 455265e Bumped the version number to 1.44.
adds 7879d21 Removed some use statements that were not needed.
adds 4a3a92f Added a note about date parsing/generation
adds 73d50f0 Applied a patch to have uppercase letters in namespace/module identifiers.
adds 98b008d Added resources and keywords
adds af2c9ec Bumped the version number to 1.45
adds ca6b7e7 Updated an E-mail address.
adds 1d4b6fd Made 5.8.x a requirement and got rid of the 5.6.x workarounds.
adds 4d1d238 Convert all occurences of "new XML::RSS" to "XML::RSS->new".
adds ca6c7bc Bumped the version number of XML-RSS to 1.46.
adds d3490e1 Fixed XML::RSS::save() in -T.
adds 48fd426 Bumped the version number to 1.47.
adds e7e00f8 Add the multiple 'category' note.
adds 510e094 Fix a POD formatting bug.
adds fed2bd4 Bump the version number to 1.48.
adds 1da9674 Correctness changes to rss2html.
adds 8313e09 Fix https://rt.cpan.org/Ticket/Display.html?id=67241 - support rssCloud.
adds 49b41ad Bump to version 1.49.
adds bef591c Correct a code typo in the POD example courtesy of Jake Litrell.
adds 8fe6e3c Add META.json to the MANIFEST.
adds b1faa31 Add some files to the svn:ignore
adds e72319e Add .gitignore.
adds f4151b9 Remove trailing space.
adds e07285a Update to the new repository location.
adds d001793 Document in Changes.
adds b53325e Bump version number to 1.50.
adds 15eadab Fix "remove oldest items" example
adds 9a46f27 Merge pull request #1 from hoelzro/master
adds fe2dd26 Remove trailing space.
adds 738b7a4 Remove trailing space.
adds 7ad2bfb Fix tests on perl-5.18.0-RC1.
adds 11404a7 Bump version number.
adds ab40b08 Got rid of trailing space.
adds c234877 Convert to t/cpan-changes.t .
adds 486cd62 Gitignore
adds 08e7629 Changes.
adds bbc2833 Bump version
adds 338d84a More user-friendly err on missing fields.
adds 68c4057 Bump version to 1.53.
adds 789dd77 Correct a typo.
adds 91877bd Bump the ver to 1.54.
adds 419753a typo fixes
adds 84696d5 Fix the tests for DateTime-Format-Mail-0.400.
adds 70d4af0 Bump version to 1.55.
adds 064e55f Fix RT #100660 - XXE.
adds 5d37fab Bump version number.
adds 9953b2c Update a link and reindent.
adds c89bcec Update old email.
adds 523cee4 Bump version
adds 4b6d0ac Imported Upstream version 1.57
new b9aa0a3 Merge tag 'upstream/1.57'
new 76caa25 Update debian/changelog
new d00dd8d Update years of packaging copyright.
new dcf3055 releasing package libxml-rss-perl version 1.57-1
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes | 3 +++
META.json | 7 ++++---
META.yml | 7 ++++---
README | 13 +++++++------
debian/changelog | 6 ++++--
debian/copyright | 2 +-
lib/XML/RSS.pm | 4 ++--
7 files changed, 25 insertions(+), 17 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-rss-perl.git
More information about the Pkg-perl-cvs-commits
mailing list