Acme-emcA

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


* LICENSING CHANGE: This compilation and all individual files in it
  are now under the permissive "MIT" license.

* Corrected diagnostics to match the documentation.

* Tidied up source code, test files, and this changelog.

[Changes for 0.10 - December 12, 2005]

* Gaal Yahas reported a typo error in the module's POD that
  incorrectly mentioned Acme::ComeFrom.

* Modernise build system again.

[Changes for 0.03 - November 8, 2003]

* Modernise build system.

[Changes for 0.01 - July 11, 2003]

README  view on Meta::CPAN


    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
    CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
    SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

POD ERRORS
    Hey! The above document had some coding errors, which are explained
    below:

    Around line 80:
        You forgot a '=back' before '=head1'

inc/Module/Install.pm  view on Meta::CPAN

    # releases once we can make sure it won't clash with custom
    # Module::Install extensions.
    $VERSION = '0.68';
}

# Whether or not inc::Module::Install is actually loaded, the
# $INC{inc/Module/Install.pm} is what will still get set as long as
# the caller loaded module this in the documented manner.
# If not set, the caller may NOT have loaded the bundled version, and thus
# they may not have a MI version that works with the Makefile.PL. This would
# result in false errors or unexpected behaviour. And we don't want that.
my $file = join( '/', 'inc', split /::/, __PACKAGE__ ) . '.pm';
unless ( $INC{$file} ) {
    die <<"END_DIE";
Please invoke ${\__PACKAGE__} with:

    use inc::${\__PACKAGE__};

not:

    use ${\__PACKAGE__};



( run in 0.335 second using v1.01-cache-2.11-cpan-65fba6d93b7 )