~ubuntu-branches/ubuntu/trusty/librdf-trine-perl/trusty

« back to all changes in this revision

Viewing changes to META.yml

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard, Jonas Smedegaard
  • Date: 2012-12-11 04:17:02 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20121211041702-tfqq2grzobwynjpm
Tags: 1.002-1
* New upstream release.
  Highlights:
  + Replaced old Turtle and TriG parsers with new streaming
    implementations.
  + Added RDF::Trine::Node::Literal->canonicalize method.
  + Updated RDF::Trine::Parser::Redland to construct a new parser
    object on each parse (avoiding a bug in redland).
  + Applied partial patch to 'fix interaction with
    HTML::Data::Parser'.
  + Added POD to RDF::Trine and RDF::Trine::Store::DBI.
  + Silenced undefined warnings in RDF::Trine::Parser::Turtle::Lexer.
  + Silenced warning of cartesian joins in
    RDF::Trine::Store::Hexastore.

[ Jonas Smedegaard ]
* Bump debhelper compatibility level to 8.
* Update package relations:
  + (Build-)depend on libmoose-perl and libmoosex-arrayref-perl.
  + Relax to build-depend unversioned on cdbs: Needed version
    satisfied in stable, and oldstable no longer supported.
* Update copyright file:
  + Expand Files section authored by Toby Inkster, and extend
    coverage.
  + Fix use comment and license pseudo-sections to obey silly
    restrictions of copyright format 1.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    - t
25
25
    - xt
26
26
recommends:
 
27
  Term::ANSIColor: 0
27
28
  XML::LibXML: 1.7
28
29
requires:
29
30
  Algorithm::Combinatorics: 0
41
42
  Log::Log4perl: 0
42
43
  Math::BigInt: 0
43
44
  Module::Load::Conditional: 0.38
44
 
  Scalar::Util: 0
 
45
  Moose: 2
 
46
  MooseX::ArrayRef: 0
 
47
  Scalar::Util: 1.23
45
48
  Set::Scalar: 0
46
49
  Storable: 0
47
50
  Text::CSV: 0
51
54
  XML::CommonNS: 0.04
52
55
  XML::Namespace: 0
53
56
  XML::SAX: 0.96
54
 
  perl: 5.8.3
 
57
  perl: 5.10.0
55
58
resources:
56
59
  bugtracker: https://github.com/kasei/perlrdf/issues
57
60
  homepage: http://search.cpan.org/dist/RDF-Trine/
58
61
  license: http://dev.perl.org/licenses/
59
62
  repository: http://github.com/kasei/perlrdf/
60
 
version: 1.000
 
63
version: 1.002