On Wed, Jul 27, 2011 at 10:49:02AM -0700, brian d foy wrote:
> [[ This message was both posted and mailed: see
>    the "To," "Cc," and "Newsgroups" headers for details. ]]
> 
> In article <20110726220356.GB38021@thiago-rondons-macbook-2.local>,
> Thiago Rondon <thi...@aware.com.br> wrote:
> 
> 
> > I try to delete the file in pause, but I don't find the better way to do
> > that. I'm afraid because search.cpan.org doesnt index the file, but metacpan
> > do that now. How can I fix that ?
> 
> The  files will disappear from CPAN if you've scheduled them for
> deletion. 
> 

Hi brian d foy ! I'm from São Paulo, I was one of the people that organize 
the São Paulo Perl Workshop, and I met you this year in the event. :-)

Yes. I do this, but the time to do that is 3 days, and backpan and all the
mirrors can get the file. 

> Can you tell us which file shouldn't be there so the right people can
> do the necessary surgery? If you don't want that to be public, you can
> email me directly.

Now, the files removed from cpan, backpan, metacpan and pause. Thank's
for you answer and everybody of cpan team, I'm very surprise with the
community.

> Can you tell us how you accidently uploaded them? Were you using a
> particular tool or did you just choose the wrong file to upload, and so
> on. I'm just curious.

Offcourse, I use Dist::Zilla to manage my modules in CPAN, but I make
a big mistake with 'dzil release' and I send the module to CPAN, and I
can remove from the cpan 'fast', when I see this in prompt (the upload)
to cpan... I go to the pause.perl.org, but the time to delete the file
that I just upload is 3 days, so the file is get index to search.cpan,
apper in mirrors of backcpan and metacpan.

Again, Thank's everbody for the help. 

Ps.: In annex, my dist.ini file of project, I'm writing an email to
dist zilla people, to change the phrase from 'do you to process
this release now ?' to 'do you want to upload to cpan ?'. Maybe,
someone can make the same mistake I made.

Thanks for you answer!
-Thiago Rondon

name                        = Estante-PayPal
abstract                    = Módulos para facilitarem a intergração entre a EV 
e o PayPal.
author                      = Aware <desenvolvime...@aware.com.br>
license                     = None
copyright_holder            = Aware

[@Basic]

[@TestingMania]
disable                     = 
Test::Version,PodCoverageTests,MojibakeTests,KwaliteeTests

[NextRelease]

[AutoVersion]
format                      = {{ cldr('yyyyMMdd') }}

[AutoPrereqs]

[Prereqs]

[MinimumPerl]
perl                        = 5.014

[Prereqs / RuntimeRecommends]
Unicode::CheckUTF8          = 0

[ReadmeAnyFromPod / text.build]
filename                    = README
type                        = text

[ReadmeAnyFromPod / pod.root]
filename                    = README.pod
type                        = pod

[CopyFilesFromBuild]
copy                        = Makefile.PL
move                        = README.pod

[ManifestSkip]

[PruneFiles]
match                       = ^cache/
match                       = ^data/
match                       = ^inc/
match                       = ^log/

Reply via email to