user-pic

Dean

Subscribe to feed Recent Actions from Dean

  • Makoto Nozaki commented on Resigning from the TPF and TPRF board

    Hi Dean,
    It's truly an honor to receive such kind words from you. Thank you!

  • brian d foy commented on Is it still worth adding installation instructions to a distribution?

    I think it's still worth it, and it's not causing problems to include it. I have this in my READMEs.

    You can install this module with a CPAN client, which will resolve
    and install the dependencies:
    
    

    % cpan Tie::Cycle
    % cpanm Tie::Cycle

    You can also install directly from the distribution directory, which
    will also install the dependencies:

    % cpan .
    % cpanm .

    You could install just this module manually:

    % perl Makefile.PL
    % make
    % make test
    % make in…

  • 6031796 commented on Is it still worth adding installation instructions to a distribution?

    Honestly, I'd keep them. They take up very little space in the grand scheme of things and if having them helps prevent one person from just manually copying files around (which still happens with alarming frequency) then they have already been worth it.

  • Aristotle commented on Is it still worth adding installation instructions to a distribution?

    I’ll take this opportunity to plug my Pod::Readme::Brief, which generates a README roughly along the lines that brian suggests. You can look at its own README for an example of its output.

  • BooK commented on Perl in a Monorepo

    Yeah, you can basically map Bazel packages one-to-one with CPAN-like "distributions".

    The layout of a package/distribution setup could be something like:

    BUILD   # Bazel package definition
    lib/    # modules
    t/      # unit tests
    

    Each distribution is self-contained, and the Bazel BUILD file lists its dependencies.

    This is also where a slight impedance mismatch starts to become visible.

    On the one hand, since Bazel is a build tool, the graph of package dependencies must be a DAG (i.e. a tree).

    Perl, on the other hand, has no such cons…

Subscribe to feed Responses to Comments from Dean

About blogs.perl.org

blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.