Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't install deprecated Devel::InnerPackage #12924

Closed
p5pRT opened this issue Apr 22, 2013 · 8 comments
Closed

can't install deprecated Devel::InnerPackage #12924

p5pRT opened this issue Apr 22, 2013 · 8 comments

Comments

@p5pRT
Copy link

p5pRT commented Apr 22, 2013

Migrated from rt.perl.org#117711 (status was 'open')

Searchable as RT117711$

@p5pRT
Copy link
Author

p5pRT commented Apr 22, 2013

From @chorny

perl 5.17.11, CPAN shell, CPAN​::SQLite is not used.

Catalyst depends on Module​::Pluggable which contains
Devel​::InnerPackage, but Module​::Pluggable was not reinstalled.
So when executing Catalyst tests, warning appears​:
"Devel​::InnerPackage will be removed from the Perl core distribution
in the next major release. Please install it from CPAN. It is being
used at ...."

cpan[2]> install Devel​::InnerPackage
Devel​::InnerPackage is up to date (0.4).

cpan[3]> install Module​::CoreList
Module​::CoreList is up to date (2.87).

cpan[4]> install CPAN
CPAN is up to date (2.00).

--
Alexandr Ciornii, http​://chorny.net

@p5pRT
Copy link
Author

p5pRT commented Apr 23, 2013

From @jkeenan

On Mon Apr 22 13​:03​:59 2013, chorny wrote​:

perl 5.17.11, CPAN shell, CPAN​::SQLite is not used.

Catalyst depends on Module​::Pluggable which contains
Devel​::InnerPackage, but Module​::Pluggable was not reinstalled.
So when executing Catalyst tests, warning appears​:
"Devel​::InnerPackage will be removed from the Perl core distribution
in the next major release. Please install it from CPAN. It is being
used at ...."

cpan[2]> install Devel​::InnerPackage
Devel​::InnerPackage is up to date (0.4).

cpan[3]> install Module​::CoreList
Module​::CoreList is up to date (2.87).

cpan[4]> install CPAN
CPAN is up to date (2.00).

--
Alexandr Ciornii, http​://chorny.net

Alex,

As I read the MANIFEST and Porting/Maintainers.pl, Devel​::InnerPackage
is part of the Module-Pluggable distribution, which in turn is
maintained on CPAN.

#####
  'Module​::Pluggable' => {
  'MAINTAINER' => 'simonw',
  'DISTRIBUTION' => 'SIMONW/Module-Pluggable-4.7.tar.gz',
  'FILES' => q[cpan/Module-Pluggable],
  'UPSTREAM' => 'cpan',
  'CUSTOMIZED' => ['Makefile.PL'],
  },
#####
So I think this bug should be filed at Module-Pluggable's bug queue​:
https://rt.cpan.org/Ticket/Create.html?Queue=Module-Pluggable

Thank you very much.
Jim Keenan

@p5pRT
Copy link
Author

p5pRT commented Apr 23, 2013

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented Apr 23, 2013

From zefram@fysh.org

James E Keenan via RT wrote​:

So I think this bug should be filed at Module-Pluggable's bug queue​:

No, it should be filed in CPAN's bug queue. The bug is that CPAN.pm
doesn't recognise the need to reinstall the module from CPAN in this
situation.

-zefram

@p5pRT
Copy link
Author

p5pRT commented Apr 23, 2013

From @bingos

On Tue, Apr 23, 2013 at 09​:30​:48AM +0100, Zefram wrote​:

James E Keenan via RT wrote​:

So I think this bug should be filed at Module-Pluggable's bug queue​:

No, it should be filed in CPAN's bug queue. The bug is that CPAN.pm
doesn't recognise the need to reinstall the module from CPAN in this
situation.

I think that Module​::CoreList may have been to blame as the deprecation
data for v5.17.10 and v5.17.11 was missing (which is where the CPAN
clients get the fact that a module has been deprecated in core).

I've updated Module-CoreList and shipped 2.88 to CPAN.

Cheers,

--
Chris Williams
aka BinGOs
PGP ID 0x4658671F
http​://www.gumbynet.org.uk

@p5pRT
Copy link
Author

p5pRT commented Apr 23, 2013

From @jkeenan

On Tue Apr 23 04​:45​:03 2013, chris@​bingosnet.co.uk wrote​:

I think that Module​::CoreList may have been to blame as the deprecation
data for v5.17.10 and v5.17.11 was missing (which is where the CPAN
clients get the fact that a module has been deprecated in core).

I've updated Module-CoreList and shipped 2.88 to CPAN.

chorny,

Can you update your Module-Corelist and see if that solves the original
problem?

Thank you very much.
Jim Keenan

@p5pRT
Copy link
Author

p5pRT commented May 19, 2013

From @jkeenan

On Tue Apr 23 16​:01​:51 2013, jkeenan wrote​:

On Tue Apr 23 04​:45​:03 2013, chris@​bingosnet.co.uk wrote​:

I think that Module​::CoreList may have been to blame as the deprecation
data for v5.17.10 and v5.17.11 was missing (which is where the CPAN
clients get the fact that a module has been deprecated in core).

I've updated Module-CoreList and shipped 2.88 to CPAN.

chorny,

Can you update your Module-Corelist and see if that solves the original
problem?

Thank you very much.
Jim Keenan

chorny,

Can you see if the changes shipped with Perl 5.18.0 clear this problem up?

Thank you very much.
Jim Keenan

@jkeenan
Copy link
Contributor

jkeenan commented Oct 29, 2023

From @jkeenan

On Tue Apr 23 16​:01​:51 2013, jkeenan wrote​:

On Tue Apr 23 04​:45​:03 2013, chris@​bingosnet.co.uk wrote​:

I think that Module​::CoreList may have been to blame as the deprecation
data for v5.17.10 and v5.17.11 was missing (which is where the CPAN
clients get the fact that a module has been deprecated in core).
I've updated Module-CoreList and shipped 2.88 to CPAN.

chorny,
Can you update your Module-Corelist and see if that solves the original
problem?
Thank you very much.
Jim Keenan

chorny,

Can you see if the changes shipped with Perl 5.18.0 clear this problem up?

@chorny, since we haven't heard back from you on this problem, I'm going to assume it's resolved and close this ticket. Please file a new issue if the problem persists.

Thank you very much.
Jim Keenan

@jkeenan jkeenan closed this as completed Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants