8000 GitHub - yko/devel-sublist: An easy way to see what methods package has and why
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yko/devel-sublist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devel-sublist version 0.01

An easy way to see what methods package has and why

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


SYNOPSIS

Oneliners:

    perl -MDevel::Sublist=Scalar::Util
    perl -MDevel::Sublist=Scalar::Util,verbose

Perl code:

    package Foo;
    use Devel::Sublist 'verbose';

    print Devel::Sublist


DEPENDENCIES

None.


COPYRIGHT AND LICENCE

Copyright (C) 2011, Yaroslav Korshak

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

About

An easy way to see what methods package has and why

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0