[SCM] librdf-ns-perl Debian packaging branch, master, updated. debian/20130208-1-22-g47de138

Jakob Voss voss at gbv.de
Fri Apr 19 13:28:42 UTC 2013


The following commit has been merged in the master branch:
commit 22627e9cc2882a57a8038e633b5ff4312ce01759
Author: Jakob Voss <voss at gbv.de>
Date:   Mon Jan 23 14:59:32 2012 +0100

    update to 20120124

diff --git a/Changes b/Changes
index 9d1f08c..cb9503d 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-20120123 (733 prefixes)
+20120124 (733 prefixes)
   added: arecipe,calli,cis,datafaqs,db,dwc,ends,eunis,georss,identity,italy,
    jita,moby,np,ocd,places,pna,protegedc,swpatho,transit,voidp,vsr,wfdesc,wikipedia
   changed: daiaserv,media,nfo
diff --git a/README b/README
index a08288b..cd2999d 100644
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ for easy reuse without having to download them in every application.
 
 In short, you can get a full prefix-to-namespace mapping as blessed hash with
 
-    RDF::NS->new('20120123')
+    RDF::NS->new('20120124')
 
 The only argument to the constructor is the version number, that is equivalent
 to the date of a particular snapshot. The changelog in the file Changes lists
diff --git a/dist.ini b/dist.ini
index 7899b79..9e381fe 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,6 +1,6 @@
 name             = RDF-NS
 license          = Perl_5
-version          = 20120123
+version          = 20120124
 copyright_year   = 2012
 author           = Jakob Voss
 copyright_holder = Jakob Voss
diff --git a/lib/RDF/NS.pm b/lib/RDF/NS.pm
index 89eebad..6a8448f 100644
--- a/lib/RDF/NS.pm
+++ b/lib/RDF/NS.pm
@@ -131,8 +131,8 @@ sub AUTOLOAD {
 
 =head1 SYNOPSIS
 
-  use RDF::NS '20120123';              # check at compile time
-  my $ns = RDF::NS->new('20120123');   # check at runtime
+  use RDF::NS '20120124';              # check at compile time
+  my $ns = RDF::NS->new('20120124');   # check at runtime
 
   $ns->foaf;               # http://xmlns.com/foaf/0.1/
   $ns->foaf_Person;        # http://xmlns.com/foaf/0.1/Person
@@ -149,7 +149,7 @@ sub AUTOLOAD {
 
   # To get RDF::Trine::Node::Resource instead of strings
   use RDF::NS::Trine;
-  $ns = RDF::NS::Trine->new('20120123');
+  $ns = RDF::NS::Trine->new('20120124');
   $ns->foaf_Person;        # iri('http://xmlns.com/foaf/0.1/Person')
 
   # load your own mapping
diff --git a/lib/RDF/NS/Trine.pm b/lib/RDF/NS/Trine.pm
index 22751de..3b02099 100644
--- a/lib/RDF/NS/Trine.pm
+++ b/lib/RDF/NS/Trine.pm
@@ -21,7 +21,7 @@ sub BLANK {
 =head1 SYNOPSIS
 
   use RDF::NS::Trine;
-  use constant NS => RDF::NS::Trine->new('20120123');
+  use constant NS => RDF::NS::Trine->new('20120124');
 
   NS->foaf_Person;        # a RDF::Trine::Node::Resource
   NS->URI('foaf:Person);  # same
diff --git a/share/20120123.txt b/share/20120124.txt
similarity index 100%
rename from share/20120123.txt
rename to share/20120124.txt

-- 
librdf-ns-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list