[libnet-citadel-perl] 01/08: Imported Upstream version 0.21

Robert James Clay jame at rocasa.us
Mon Aug 22 21:31:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

jame-guest pushed a commit to branch master
in repository libnet-citadel-perl.

commit 514ec16246a489e3aa589f0cf1a5558e2f1f2318
Author: Robert James Clay <jame at rocasa.us>
Date:   Mon Aug 22 09:22:52 2016 -0400

    Imported Upstream version 0.21
---
 Changes            |  3 +++
 MANIFEST           |  4 +++-
 META.json          | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 META.yml           | 46 ++++++++++++++++++++++++----------------------
 Makefile.PL        |  1 +
 README             |  2 +-
 lib/Net/Citadel.pm |  6 +++---
 7 files changed, 85 insertions(+), 27 deletions(-)

diff --git a/Changes b/Changes
index 817e8b5..63c12ea 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Net::Citadel.
 
+0.21    14:44 16 August 2016
+  - Set MIN_PERL_VERSION in Makefile.PL to '5.6.0'.
+
 0.20    10:55  5 June 2013
   - Correct number of info lines tested for in t/01citadel.t to '24'.
   - Add a META_MERGE repository resources item to WriteMakefile in Makefile.PL.
diff --git a/MANIFEST b/MANIFEST
index d2dc45a..18f5da0 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -7,4 +7,6 @@ t/00pods.t
 t/01citadel.t
 lib/Net/Citadel.pm
 lib/Net/Citadel/ToDo.pod
-META.yml                                 Module meta-data (added by MakeMaker)
+META.json
+META.yml
+
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..a4aefab
--- /dev/null
+++ b/META.json
@@ -0,0 +1,50 @@
+{
+   "abstract" : "Citadel.org protocol coverage",
+   "author" : [
+      "Robert Barta <rho at devc.at>, Robert James Clay <jame at rocasa.us>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
+   },
+   "name" : "Net-Citadel",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "Config::YAML" : "1.42",
+            "Test::More" : "0",
+            "Test::Pod" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Readonly" : "0",
+            "perl" : "5.006000"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "repository" : {
+         "url" : "https://github.com/jame/Net-Citadel"
+      }
+   },
+   "version" : "0.21",
+   "x_serialization_backend" : "JSON::PP version 2.27300"
+}
diff --git a/META.yml b/META.yml
index bc02d41..3ddfb18 100644
--- a/META.yml
+++ b/META.yml
@@ -1,26 +1,28 @@
---- #YAML:1.0
-name:               Net-Citadel
-version:            0.20
-abstract:           Citadel.org protocol coverage
+---
+abstract: 'Citadel.org protocol coverage'
 author:
-    - Robert Barta <rho at devc.at>, Robert James Clay <jame at rocasa.us>
-license:            perl
-distribution_type:  module
-configure_requires:
-    ExtUtils::MakeMaker:  0
+  - 'Robert Barta <rho at devc.at>, Robert James Clay <jame at rocasa.us>'
 build_requires:
-    Config::YAML:  1.42
-    Test::More:    0
-    Test::Pod:     0
+  Config::YAML: '1.42'
+  Test::More: '0'
+  Test::Pod: '0'
+configure_requires:
+  ExtUtils::MakeMaker: '0'
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: '1.4'
+name: Net-Citadel
+no_index:
+  directory:
+    - t
+    - inc
 requires:
-    Readonly:  0
+  Readonly: '0'
+  perl: '5.006000'
 resources:
-    repository:  https://github.com/jame/Net-Citadel
-no_index:
-    directory:
-        - t
-        - inc
-generated_by:       ExtUtils::MakeMaker version 6.57_05
-meta-spec:
-    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
-    version:  1.4
+  repository: https://github.com/jame/Net-Citadel
+version: '0.21'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/Makefile.PL b/Makefile.PL
index 9d8e26e..91bc639 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,6 +8,7 @@ WriteMakefile(
     ABSTRACT_FROM     => 'lib/Net/Citadel.pm', # retrieve abstract from module
     AUTHOR            => 'Robert Barta <rho at devc.at>, Robert James Clay <jame at rocasa.us>',
     LICENSE           => 'perl',
+    MIN_PERL_VERSION  => '5.6.0',
     PREREQ_PM         => {
            'Readonly' => '0',
     },
diff --git a/README b/README
index 8958d63..1146640 100644
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ To install this module type the following:
 COPYRIGHT AND LICENCE
 
 Copyright (C) 2007-2008 by Robert Barta
-Copyright (C) 2012-2013 by Robert James Clay
+Copyright (C) 2012-2016 by Robert James Clay
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.8.8 or,
diff --git a/lib/Net/Citadel.pm b/lib/Net/Citadel.pm
index 8689355..83e3ac7 100644
--- a/lib/Net/Citadel.pm
+++ b/lib/Net/Citadel.pm
@@ -21,11 +21,11 @@ Net::Citadel - Citadel.org protocol coverage
 
 =head1 VERSION
 
-Version 0.20
+Version 0.21
 
 =cut
 
-our $VERSION = '0.20';
+our $VERSION = '0.21';
 
 =head1 SYNOPSIS
 
@@ -860,7 +860,7 @@ Robert James Clay, E<lt>jame at rocasa.usE<gt>
 =head1 COPYRIGHT AND LICENSE
 
 Copyright (C) 2007-2008 by Robert Barta
-Copyright (C) 2012-2013 by Robert James Clay
+Copyright (C) 2012-2016 by Robert James Clay
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.8.8 or,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-citadel-perl.git



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