Git Product home page Git Product logo

Comments (3)

shogo82148 avatar shogo82148 commented on September 21, 2024 1

It's not a problem of actions-setup-perl.

Your Makefile.PL drops the prereqs section of MYMETA.json with ExtUtils::MakeMaker version 6.6302 (bundled with Perl 5.16.3).

https://github.com/shogo82148/endopep_peaks/actions/runs/274873475

{
  "abstract": "unknown",
  "author": [
    "Lee S. Katz <[email protected]>"
  ],
  "dynamic_config": 0,
  "generated_by": "ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120630",
  "license": [
    "mit"
  ],
  "meta-spec": {
    "url": "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
    "version": "2"
  },
  "name": "Endopep_peaks",
  "no_index": {
    "directory": [
      "t",
      "inc"
    ]
  },
  "release_status": "stable",
  "resources": {
    "repository": {
      "type": "git",
      "url": "git://github.com/lskatz/endopep_peaks.git",
      "web": "https://github.com/lskatz/endopep_peaks"
    }
  },
  "version": "v3.2.1"
}

It works with ExtUtils::MakeMaker version 7.46.
https://github.com/shogo82148/endopep_peaks/runs/1172090538

{
  "abstract": "unknown",
  "author": [
    "Lee S. Katz <[email protected]>"
  ],
  "dynamic_config": 0,
  "generated_by": "ExtUtils::MakeMaker version 7.46, CPAN::Meta::Converter version 2.143240",
  "license": [
    "mit"
  ],
  "meta-spec": {
    "url": "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
    "version": "2"
  },
  "name": "Endopep_peaks",
  "no_index": {
    "directory": [
      "t",
      "inc"
    ]
  },
  "prereqs": {
    "build": {
      "requires": {
        "Test::More": "0.47"
      }
    },
    "configure": {
      "requires": {
        "ExtUtils::MakeMaker": "0"
      }
    },
    "runtime": {
      "requires": {
        "Array::IntSpan": "2.004",
        "Data::Dumper": "0",
        "File::Basename": "0",
        "File::Which": "0",
        "FindBin": "0",
        "Getopt::Long": "0",
        "Spreadsheet::XLSX": "0",
        "perl": "5.016000"
      }
    }
  },
  "release_status": "stable",
  "resources": {
    "repository": {
      "type": "git",
      "url": "git://github.com/lskatz/endopep_peaks.git",
      "web": "https://github.com/lskatz/endopep_peaks"
    }
  },
  "version": "v3.2.1"
}

I recommend you to add cpanfile into your repository.
cpanm can read cpanfile directly.

from actions-setup-perl.

lskatz avatar lskatz commented on September 21, 2024

Thank you for your help! I don't know if I would have caught that!

from actions-setup-perl.

mohawk2 avatar mohawk2 commented on September 21, 2024

I'm seeing something extremely similar, but only on 5.14: graphviz-perl/GraphViz2@c289cd2 gives similar results: https://github.com/graphviz-perl/GraphViz2/runs/1359196992. There are no shenanigans in the Makefile.PL. Can you help?

from actions-setup-perl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.