Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/motemen/lib-but
pretend not to have some modules
https://github.com/motemen/lib-but
Last synced: 3 days ago
JSON representation
pretend not to have some modules
- Host: GitHub
- URL: https://github.com/motemen/lib-but
- Owner: motemen
- Created: 2012-06-03T13:40:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-03T13:40:51.000Z (over 12 years ago)
- Last Synced: 2024-11-30T21:25:37.102Z (2 months ago)
- Language: Perl
- Size: 85.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
lib::but - pretend not to have some modulesSYNOPSIS
use lib::but 'Foo::Bar';
require 'Foo::Bar'; # fails even if you have installed Foo::BarPERL5OPT='-Mlib::but=Moose' carton install Any::Moose
# not to count Moose in as Any::Moose's dependencyDESCRIPTION
AUTHOR
motemenLICENSE
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.