Skip to content

Commit

Permalink
Roll new 1.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetilk committed Oct 23, 2012
1 parent b0351f0 commit 8bbeba5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
\.pmc$
^pkg/
^inc/.*\.pod
^inc/Module/Install/Admin/StandardDocuments.pm$
^inc/Module/Install/AuthorRequires.pm$
^inc/Module/Install/AutoLicense.pm$
^inc/Module/Install/DOAP.pm$
Expand All @@ -104,4 +105,5 @@
^inc/Module/Install/RDF.pm$
^inc/Module/Install/ReadmeFromPod.pm$
^inc/Module/Install/Repository.pm$
^inc/Module/Install/StandardDocuments.pm$
^inc/Module/Install/TestBase.pm$
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME
Test::RDF - Test RDF data for content, validity and equality, etc.

VERSION
Version 1.10
Version 1.12

SYNOPSIS
use Test::RDF;
Expand Down
10 changes: 10 additions & 0 deletions meta/changes.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,13 @@ my:v_1_11
[ rdfs:label "Update test to check the new errors of RDF::Trine::Parser::Turtle 1.001."@en ; a dcs:Update ]
] .

my:v_1_12
a :Version ;
dc:issued "2012-10-23"^^xsd:date ;
rdfs:label "Scalar::Util strange bug."@en ;
:revision "1.11"^^xsd:string ;
dcs:changeset [
dcs:item
[ rdfs:label "Set dependency on Scalar::Util to 1.23."@en ; a dcs:Update ]
] .

2 changes: 1 addition & 1 deletion meta/makefile.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
:version_from <project#main> ;
:readme_from <project#main> ;
:test_requires "Test::Tester" ;
:requires "Scalar::Util", "Test::More", "Test::Builder::Module", "RDF::Trine 0.134" .
:requires "Scalar::Util 1.23", "Test::More", "Test::Builder::Module", "RDF::Trine 0.134" .

<project#main> <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/Test/RDF.pm" .
2 changes: 1 addition & 1 deletion meta/project.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ my:project
:maintainer <http://www.kjetil.kjernsmo.net/foaf#me> ;
:bug-database <https://github.com/kjetilk/Test-RDF/issues> ;
:repository <https://github.com/kjetilk/Test-RDF/> ;
:release my:v_1_11, my:v_1_1, my:v_1_0, my:v_0_26, my:v_0_24, my:v_0_22, my:v_0_20, my:v_0_11, my:v_0_10, my:v_0_03 .
:release my:v_1_12, my:v_1_11, my:v_1_1, my:v_1_0, my:v_0_26, my:v_0_24, my:v_0_22, my:v_0_20, my:v_0_11, my:v_0_10, my:v_0_03 .


0 comments on commit 8bbeba5

Please sign in to comment.