Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

NAME
lib::but - pretend not to have some modules

SYNOPSIS
use lib::but 'Foo::Bar';
require 'Foo::Bar'; # fails even if you have installed Foo::Bar

PERL5OPT='-Mlib::but=Moose' carton install Any::Moose
# not to count Moose in as Any::Moose's dependency

DESCRIPTION
AUTHOR
motemen

LICENSE
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.