Skip to content

soh335/Devel-KYTProf-Config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Devel::KYTProf::Config - use Devel::KYTProf and add profile by yaml config file.

SYNOPSIS

perl -MDevel::KYTProf::Config ...

DESCRIPTION

Devel::KYTProf::Config is adding Devel::KYTProf profile by yaml config file.

When Devel::KYTProf::Config is imported, start to search .kytprof.yaml. If you want to add specific module method to Devel::KYTProf profile, write to .kytprof.yaml like this.

---
"Text::Xslate"
    - render

Also you can add all methods of module to profile like this.

---
"Text::Xslate" : ":all"

SEE ALSO

Devel::KYTProf

LICENSE

Copyright (C) soh335

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

AUTHOR

soh335 sugarbabe335@gmail.com

About

Devel-KYTProf-Config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages