Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 4d07d9b0c44ffe7afe5957995efa62d9 > files > 58

perl-XML-Grammar-ProductsSyndication-0.40.200-3.mga4.noarch.rpm

Revision history for XML::Grammar::ProductsSyndication

0.0402  Sat Mar 24 10:16:44 IST 2012
        - Add more used modules to the 'requires'.
        - Now we have a "use File::Spec;" in the main module (because it
        makes use of it).

0.0401  Sun Jan  1 11:18:44 IST 2012
        - Convert t/03-dload-imgs.t to use File::Temp's tempdir() instead
        of a directory under t to solve some test failures.

0.0400  Fri Aug 27 22:39:17 IDT 2010
        - Add support for amazon_sak (Secret Access Key).

0.0303
        - Updated XML::Grammar::Builder to 0.0101 (from XML-Grammar-Screenplay)
        so it will install all the files properly upon ./Build install.

0.0302  Tue Mar  3 19:48:36 IST 2009
        - Corrected the Module::Build-derived class in Build.PL from
        Test::Run::Builder to XML::Grammar::Builder. This was an oversight
        that resulted in the module files not being installed.

0.0301  Tue Mar  3 19:22:09 IST 2009
        - Adapted the Build.PL to properly install files in case we
        don't install under /usr . We are currently using the
        install_destination("lib") to determine a suitable place.
            - To do: extract that logic into a separate class.
        - Extracted the extradata installation logic into a separate class
        under inc/XML/Grammar/Builder.pm for easy encapsulation and
        sharing among the different XML::Grammar::* projects.
        - Fixed the tests' failures due to the fact that blib/extradata
        is no longer generated.

0.03    Tue Jun 17 11:32:22 IDT 2008
        - Added the "disable" attribute to the "isbn" tag, and added
        support for it everywhere.
        - Converted from Moose to Class::Accessor, because Moose does not
        install cleanly on cygwin and is an overkill for our needs.
        - Added support for the <rellink /> tag that creates a relevant
        link (such as wikipedia page, IMDB link, etc.)
        - Added the support for the "appendtoc" tag to append a
        table-of-contents.

0.02    Sat Sep  9 17:19:01 IDT 2006
        - Added the ability to download Amazon.com images.
        
0.01    Fri Sep  8 22:02:16 IDT 2006
        - Created the skeleton of the module using module-starter. 
        - Implemented the basic XSLT + DTD functionality.