Skip to content

Module::Find 0.09 cannot be snapshotted or bundled #265

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

Open
davel opened this issue Feb 6, 2020 · 1 comment
Open

Module::Find 0.09 cannot be snapshotted or bundled #265

davel opened this issue Feb 6, 2020 · 1 comment

Comments

@davel
Copy link

davel commented Feb 6, 2020

Module::Find 0.09 has a unicode BOM on some files and a DOS-style line endings.

https://metacpan.org/release/CRENZ/Module-Find-0.09

root@b0a00a19edbd:~/carton# cat cpanfile 
requires "Module::Find", "== 0.09"
root@b0a00a19edbd:~/carton# carton install
Installing modules using /root/carton/cpanfile
Successfully installed Module-Find-0.09
1 distribution installed
Complete! Modules were installed into /root/carton/local
root@b0a00a19edbd:~/carton# carton bundle 
Bundling modules using /root/carton/cpanfile
Writing /root/carton/vendor/cache/modules/02packages.details.txt.gz
Complete! Modules were bundled into /root/carton/vendor/cache
root@b0a00a19edbd:~/carton# zcat /root/carton/vendor/cache/modules/02packages.details.txt.gz
File:         02packages.details.txt
URL:          http://www.perl.com/CPAN/modules/02packages.details.txt
Description:  Package names found in cpanfile.snapshot
Columns:      package name, version, path
Intended-For: Automated fetch routines, namespace documentation.
Written-By:   Carton v1.0.34
Line-Count:   0
Last-Updated: Thu Feb  6 12:47:01 2020

root@b0a00a19edbd:~/carton# carton version
carton v1.0.34
root@b0a00a19edbd:~/carton# cat cpanfile.snapshot 
# carton snapshot format: version 1.0
DISTRIBUTIONS
root@b0a00a19edbd:~/carton# ls -l local/lib/perl5/Module/Find.pm 
-r--r--r-- 1 root root 6672 Feb 26  2010 local/lib/perl5/Module/Find.pm
@minusdavid
Copy link

I'm finding the same thing with Linux::Inotify2.

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

2 participants