Skip to content
Snippets Groups Projects
Changes 6.62 KiB
Newer Older
  • Learn to ignore specific revisions
  • Graham Knop's avatar
    Graham Knop committed
    Revision history for Module-Runtime
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
    0.018   2025-04-21
    
    Graham Knop's avatar
    Graham Knop committed
      - avoid xattr headers in release tarball
    
      - minor code reformatting
    
    Graham Knop's avatar
    Graham Knop committed
    0.017   2025-04-06
    
    Graham Knop's avatar
    Graham Knop committed
      - fixed internal Pod links
    
      - various internal formatting changes
    
      - check for eval failures via return value, not $@
    
      - update packaging to remove Module::Build and set x_static_install
    
      - removed broken SIGNATURE file
    
    
    Graham Knop's avatar
    Graham Knop committed
    0.016  2017-10-17
    
    Graham Knop's avatar
    Graham Knop committed
      - port t/taint.t to Perl 5.27.5, where re-requiring an already-loaded
    
        module doesn't trigger tainting
    
    
    Graham Knop's avatar
    Graham Knop committed
      - skip t/taint.t if the perl empirically doesn't perform taint checks
    
        but the script got run anyway (which happens with an unsupported
        configuration of the Perl core which some people are using in the
        absence of a supported no-taint configuration)
    
    
    Graham Knop's avatar
    Graham Knop committed
      - in t/taint.t, use $^X rather than $ENV{PATH} as the primordial
    
        tainted value to taint a string being tested
    
    
    Graham Knop's avatar
    Graham Knop committed
      - in documentation, use four-column indentation for all verbatim
    
    Graham Knop's avatar
    Graham Knop committed
      - in META.{yml,json}, point to public bug tracker
    
    Graham Knop's avatar
    Graham Knop committed
      - in META.json, specify type of public repository
    
    Graham Knop's avatar
    Graham Knop committed
    0.015  2017-07-16
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - update test suite to not rely on . in @INC, which is no longer
    
    Zefram's avatar
    Zefram committed
        necessarily there from Perl 5.25.7
    
    Graham Knop's avatar
    Graham Knop committed
      - in documentation, warn about the security problem with
    
        use_package_optimistically()
    
    
    Graham Knop's avatar
    Graham Knop committed
      - declare correct version for Test::More dependency
    
    Graham Knop's avatar
    Graham Knop committed
      - generate "traditional" style of compatibility Makefile.PL, to
    
        permit building in environments that don't support Build.PL or
        configure_requires
    
    
    Graham Knop's avatar
    Graham Knop committed
    0.014  2014-02-06
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - bugfix: suppress any CORE::GLOBAL::require override, where possible,
    
        to avoid use_package_optimistically() being misled into treating
        missing modules as broken
    
    
    Graham Knop's avatar
    Graham Knop committed
      - bugfix: in use_module() and use_package_optimistically(), pass a
    
        supplied VERSION parameter through for the version check even if it
        is undef
    
    
    Graham Knop's avatar
    Graham Knop committed
      - tighten use_package_optimistically()'s recognition of can't-locate
    
        errors (the same way that base.pm has recently been tightened),
        so that, when a module fails to load because a module that it uses
        isn't available, the outer module will be perceived as broken rather
        than missing
    
    
    Graham Knop's avatar
    Graham Knop committed
      - update documentation notes about the state of Unicode handling for
    
        module names
    
    
    Graham Knop's avatar
    Graham Knop committed
      - in META.{yml,json}, point to public git repository
    
    Graham Knop's avatar
    Graham Knop committed
    0.013  2012-02-16
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - fix false failure of the test for lack of unintended dependencies
    
        that occurred on systems using a sitecustomize.pl
    
    
    Graham Knop's avatar
    Graham Knop committed
    0.012  2012-02-12
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - work around Perl core bug [perl #68590] regarding leakage of %^H
    
    Zefram's avatar
    Zefram committed
        into modules being loaded
    
    
    Graham Knop's avatar
    Graham Knop committed
      - work around Perl core bug that made a failed module loading appear
    
    Zefram's avatar
    Zefram committed
        successful when re-requiring the same module
    
    
    Graham Knop's avatar
    Graham Knop committed
      - duplicate is_string() from Params::Classify, rather than importing it,
    
        to avoid circular dependency problems (affecting both installation
        and runtime)
    
    
    Graham Knop's avatar
    Graham Knop committed
      - duplicate minimal exporting behaviour from Exporter, and avoid using
    
        the "feature", "warnings", "strict", and "parent" pragmata, to allow
        for possible future use of this module by any infrastructure module
    
    Graham Knop's avatar
    Graham Knop committed
      - document core bug workarounds
    
    Graham Knop's avatar
    Graham Knop committed
      - document module name syntax more prominently, and discuss the state
    
        of Unicode handling
    
    
    Graham Knop's avatar
    Graham Knop committed
      - tweak documentation of use_package_optimistically()
    
    Graham Knop's avatar
    Graham Knop committed
      - test behaviour with tainted module name
    
    Graham Knop's avatar
    Graham Knop committed
      - test lack of unwanted eval frame around require
    
    Graham Knop's avatar
    Graham Knop committed
      - give test modules more meaningful names
    
    Graham Knop's avatar
    Graham Knop committed
      - convert .cvsignore to .gitignore
    
    Graham Knop's avatar
    Graham Knop committed
    0.011  2011-10-24
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - bugfix: in require_module() and use_module(), work around a Perl
    
        core bug affecting Perl 5.8 and 5.10 that could pass the wrong
        context to the file scope of a required file, which breaks some
        modules; this bug would only rarely afflict the core's require()
        in situations where it would afflict require_module()
    
    
    Graham Knop's avatar
    Graham Knop committed
    0.010  2011-10-07
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - bugfix: in use_package_optimistically(), fix regexp interpolation
    
        that broke operation if the module was loaded from a path containing
        metacharacters
    
    
    Graham Knop's avatar
    Graham Knop committed
    0.009  2011-10-04
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - new function module_notional_filename()
    
    Graham Knop's avatar
    Graham Knop committed
      - simplify behaviour of use_package_optimistically() to match simplified
    
    Graham Knop's avatar
    Graham Knop committed
    0.008  2011-05-16
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - change usage of Params::Classify functions to take advantage of
    
    Zefram's avatar
    Zefram committed
        custom ops in Params::Classify 0.012
    
    
    Graham Knop's avatar
    Graham Knop committed
      - use full stricture in test suite
    
    Graham Knop's avatar
    Graham Knop committed
      - in Build.PL, complete declaration of configure-time requirements
    
    Graham Knop's avatar
    Graham Knop committed
      - explicitly state version required of Params::Classify
    
    Graham Knop's avatar
    Graham Knop committed
      - include META.json in distribution
    
    Graham Knop's avatar
    Graham Knop committed
      - add MYMETA.json and MYMETA.yml to .cvsignore
    
    Graham Knop's avatar
    Graham Knop committed
    0.007  2010-03-19
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - add "check_" functions for argument checking
    
    Graham Knop's avatar
    Graham Knop committed
      - supply regexps to check module name and spec syntax
    
    Graham Knop's avatar
    Graham Knop committed
      - in "is_" functions, also cleanly handle non-string arguments
    
    Graham Knop's avatar
    Graham Knop committed
      - in require_module() (also affecting use_module()), call require()
    
        as a function (with appropriate name translation) instead of using
        string eval, to avoid unnecessary complication of exception handling
    
    
    Graham Knop's avatar
    Graham Knop committed
      - provide the "is_valid_" functions under shorter "is_" names
    
    Graham Knop's avatar
    Graham Knop committed
      - revise POD markup
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - check for required Perl version at runtime
    
    Graham Knop's avatar
    Graham Knop committed
      - in tests, supply test modules to avoid requiring unrelated math
    
    Graham Knop's avatar
    Graham Knop committed
      - in Build.PL, explicitly declare configure-time requirements
    
    Graham Knop's avatar
    Graham Knop committed
      - remove bogus "exit 0" from Build.PL
    
    Graham Knop's avatar
    Graham Knop committed
    0.006  2009-05-19
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - bugfix: avoid unreliable "\w" in regexps in code
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - document that module name syntax is restricted to ASCII
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - use simpler "parent" pragma in place of "base"
    
    Graham Knop's avatar
    Graham Knop committed
      - in documentation, use the term "truth value" instead of the less
    
    Graham Knop's avatar
    Graham Knop committed
      - use full stricture in Build.PL
    
    Graham Knop's avatar
    Graham Knop committed
    0.005  2007-09-17
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - bugfix: override any ambient $SIG{__DIE__} handler when using eval { }
    
    Graham Knop's avatar
    Graham Knop committed
      - use "base" pragma to import Exporter behaviour
    
    Graham Knop's avatar
    Graham Knop committed
      - test POD syntax and coverage, and rename an internal function to
    
    Zefram's avatar
    Zefram committed
        satisfy the coverage test
    
    
    Graham Knop's avatar
    Graham Knop committed
      - build with Module::Build instead of ExtUtils::MakeMaker
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - complete dependency list
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - include signature in distribution
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - in documentation, separate "license" section from "copyright" section
    
    Graham Knop's avatar
    Graham Knop committed
    0.004  2007-08-12
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - change choice of module to test use_package_optimistically(), because
    
        some old versions of Math::BigInt don't have a version number which
        was causing a false test failure
    
    
    Graham Knop's avatar
    Graham Knop committed
    0.003  2007-01-27
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - loosen tests to work with perl v5.9's changed diagnostics
    
    Graham Knop's avatar
    Graham Knop committed
    0.002  2006-06-15
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - new function use_package_optimistically() to duplicate the "base"
    
        pragma's quiet module loading
    
    
    Graham Knop's avatar
    Graham Knop committed
      - insert missing bracket in documentation for use_module()
    
    Graham Knop's avatar
    Graham Knop committed
    0.001  2004-10-29
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - new function use_module()
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - document return value of require_module()
    
    Zefram's avatar
    Zefram committed
    
    
    Graham Knop's avatar
    Graham Knop committed
      - more stringent tests for the return value of require_module()
    
    Graham Knop's avatar
    Graham Knop committed
      - explicitly declare lack of module dependencies in Makefile.PL
    
    Graham Knop's avatar
    Graham Knop committed
      - include Changes file
    
    Graham Knop's avatar
    Graham Knop committed
    0.000  2004-02-15
    
    Graham Knop's avatar
    Graham Knop committed
      - initial released version