In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/6d37ab4efc1fb099593fb29406193ae79c3be543?hp=fd7fc6ae0d8156ffb6a2e069071e6a536f1a2bbb>

- Log -----------------------------------------------------------------
commit 6d37ab4efc1fb099593fb29406193ae79c3be543
Author: Sawyer X <xsawy...@cpan.org>
Date:   Mon Feb 19 20:22:33 2018 +0200

    Update META files and MANIFEST for if.pm

-----------------------------------------------------------------------

Summary of changes:
 MANIFEST                         |  3 +++
 dist/if/MANIFEST                 |  8 ++++++++
 dist/{PathTools => if}/META.json | 26 +++++++-------------------
 dist/{PathTools => if}/META.yml  | 19 ++++++-------------
 4 files changed, 24 insertions(+), 32 deletions(-)
 create mode 100644 dist/if/MANIFEST
 copy dist/{PathTools => if}/META.json (57%)
 copy dist/{PathTools => if}/META.yml (54%)

diff --git a/MANIFEST b/MANIFEST
index b8b6ff8f16..bee41cc998 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3514,6 +3514,9 @@ dist/I18N-LangTags/t/55_supers_strict.t           See 
whether I18N::LangTags works
 dist/I18N-LangTags/t/80_all_env.t              See whether I18N::LangTags works
 dist/if/Changes                        if perl module change log
 dist/if/if.pm                  For "use if"
+dist/if/MANIFEST               MANIFEST for if.pm
+dist/if/META.json              META.json for if.pm
+dist/if/META.yml               META.json for if.pm
 dist/if/t/if.t                 Tests for "use if"
 dist/IO/ChangeLog              IO perl module change log
 dist/IO/hints/sco.pl           Hint for IO for named architecture
diff --git a/dist/if/MANIFEST b/dist/if/MANIFEST
new file mode 100644
index 0000000000..e2fa5ba37a
--- /dev/null
+++ b/dist/if/MANIFEST
@@ -0,0 +1,8 @@
+Changes
+if.pm
+LICENSE
+Makefile.PL
+MANIFEST
+META.json                      Module meta-data (added by MakeMaker)
+META.yml                       Module meta-data (added by MakeMaker)
+t/if.t
diff --git a/dist/PathTools/META.json b/dist/if/META.json
similarity index 57%
copy from dist/PathTools/META.json
copy to dist/if/META.json
index ad429a5d32..7e9e3ebfad 100644
--- a/dist/PathTools/META.json
+++ b/dist/if/META.json
@@ -1,9 +1,9 @@
 {
-   "abstract" : "Tools for working with directory and file names",
+   "abstract" : "C<use> a Perl module if a condition holds",
    "author" : [
-      "Perl 5 Porters"
+      "Ilya Zakharevich <il...@cpan.org>"
    ],
-   "dynamic_config" : 1,
+   "dynamic_config" : 0,
    "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "perl_5"
@@ -12,7 +12,7 @@
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
       "version" : "2"
    },
-   "name" : "PathTools",
+   "name" : "if",
    "no_index" : {
       "directory" : [
          "t",
@@ -29,27 +29,15 @@
          "requires" : {
             "ExtUtils::MakeMaker" : "0"
          }
-      },
-      "runtime" : {
-         "requires" : {
-            "Carp" : "0",
-            "File::Basename" : "0",
-            "Scalar::Util" : "0",
-            "Test::More" : "0.88"
-         }
       }
    },
    "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
-         "web" : "https://rt.perl.org/rt3/";
+         "web" : "https://rt.perl.org";
       },
-      "homepage" : "http://dev.perl.org/";,
-      "repository" : {
-         "type" : "git",
-         "url" : "git://perl5.git.perl.org/perl.git"
-      }
+      "repository" : {}
    },
-   "version" : "3.73",
+   "version" : "0.0608",
    "x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff --git a/dist/PathTools/META.yml b/dist/if/META.yml
similarity index 54%
copy from dist/PathTools/META.yml
copy to dist/if/META.yml
index c2adfcfd31..d85cfc6687 100644
--- a/dist/PathTools/META.yml
+++ b/dist/if/META.yml
@@ -1,30 +1,23 @@
 ---
-abstract: 'Tools for working with directory and file names'
+abstract: 'C<use> a Perl module if a condition holds'
 author:
-  - 'Perl 5 Porters'
+  - 'Ilya Zakharevich <il...@cpan.org>'
 build_requires:
   ExtUtils::MakeMaker: '0'
 configure_requires:
   ExtUtils::MakeMaker: '0'
-dynamic_config: 1
+dynamic_config: 0
 generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: '1.4'
-name: PathTools
+name: if
 no_index:
   directory:
     - t
     - inc
-requires:
-  Carp: '0'
-  File::Basename: '0'
-  Scalar::Util: '0'
-  Test::More: '0.88'
 resources:
-  bugtracker: https://rt.perl.org/rt3/
-  homepage: http://dev.perl.org/
-  repository: git://perl5.git.perl.org/perl.git
-version: '3.73'
+  bugtracker: https://rt.perl.org
+version: '0.0608'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

-- 
Perl5 Master Repository

Reply via email to