GithubHelp home page GithubHelp logo

Comments (3)

ugexe avatar ugexe commented on June 3, 2024

Zef can install things using Build.pm files. Zefs alternative, which is dependency free, is modeled after the hooks implementation found in s22. See the hooks/ directory for examples, but this will likely change again soon with the new CompUnit work (although I imagine it will look much closer to my hooks/ implementation than Build.pm)

That Build.pm has a 'use Panda::Builder' but doesn't list panda as a dependency like it should. On the other hand panda shouldn't require that the class it looks for in Build.pm actually is 'Panda::Builder' because it has no bearing on the result (but forces a depensency on a specific module installer). As such 'use Panda::Builder' can be replaced with 'my class Panda::Builder {}' so it fakes it while still working and without the dependency. Please see point 2 here: http://ugexe.com/5-tips-for-writing-better-perl6-modules

from zef.

ugexe avatar ugexe commented on June 3, 2024

This issue is resolved, although there is still an issue. Shell::Command appears to fail to install on windows which is a build dependency of Compress::Zlib::Raw. However, the single call to cp used in the Build.pm file could be replaced with a copy() and a line or two of logic, removing Shell::Command as a dependency all together.

from zef.

azawawi avatar azawawi commented on June 3, 2024

Thanks 👍

from zef.

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.