Ticket #52 (bug)

Opened 3 years ago

Last modified 2 years ago

CPAN packaging problem with Gmail plugin

Status: closed (fixed)

Reported by: miyagawa Assigned to: miyagawa
Priority: major Milestone:
Component: Plagger Version:
Keywords: Cc:

Gmail plugin overrides some methods in MIME::Lite namespace and CPAN indexer doesn't like it.

Status of this distro: Permission missing
=========================================

The following packages (grouped by status) have been found in the distro:

Status: Permission missing
==========================

    module: MIME::Lite
   version: 0.10
   in file: Plagger-0.5.2/lib/Plagger/Plugin/Publish/Gmail.pm
    status: Not indexed because permissions missing. Visit PAUSE and
            click "View Permissions" to find the legitimate
            maintainer(s).

Status: Successfully indexed
============================

    module: MIME::Lite::SMTP::TLS
   version: 0.10
   in file: Plagger-0.5.2/lib/Plagger/Plugin/Publish/Gmail.pm
    status: indexed

Change History

02/22/06 20:05:29: Modified by miyagawa

  • description changed.

02/25/06 17:25:07: Modified by miyagawa

  • status changed from new to closed.
  • resolution set to fixed.

(In [147]) Don't use "package MIME::Lite" because CPAN indexer hates it. Fixes #52

02/25/06 17:27:26: Modified by miyagawa

(In [148]) extract_address is now in external package. should be fully qualified. Refs #52.