Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
This command lists the modules missing from perllocal, for normal installations (creates 2 files mod.ext and mod.loc):
perl -MExtUtils::Installed -le '@_=ExtUtils::Installed->new->modules;p +rint for sort{lc$a cmp lc$b}@_' >mod.ext;perl -e '@_=grep/Module/,`pe +rldoc -uT perllocal`;for(@_){s/.*?\|([^>]+)>/$1/}print for sort{lc$a +cmp lc$b}@_' >mod.loc;diff -y mod.ext mod.loc|grep '<'
Here are my CPAN modules known to the "modules" method of ExtUtils::Installed but missing from perldoc perllocal | grep 'Module':
  1. Acme::JavaTrace
  2. Acme::MetaSyntactic::errno
  3. Algorithm::MarkovChain
  4. Algorithm::NaiveBayes
  5. aliased
  6. Alien::Base::ModuleBuild
  7. Alien::FLTK
  8. Alien::TALib
  9. Alien::wxWidgets
  10. Apache::LogFormat::Compiler
  11. App::AsciiChart
  12. App::cpm
  13. App::FatPacker::Simple
  14. App::perl2js
  15. App::perlfind
  16. App::SourcePlot
  17. Array::Compare
  18. Astro-Montenbruck
  19. Astro::App::Satpass2
  20. Astro::Catalog
  21. Astro::Coord::ECI
  22. Astro::Coords
  23. Astro::FITS::Header
  24. Astro::PAL
  25. Astro::SIMBAD::Client
  26. Astro::Telescope
  27. Astro::WaveBand
  28. BackPAN::Index
  29. CAM::PDF
  30. Carp::Parse
  31. Catalyst::Controller::POD
  32. Catalyst::Engine::PSGI
  33. CGI::Application
  34. CGI::Compress::Gzip
  35. CGI::Simple
  36. CGI::Wiki::Formatter::Multiple
  37. CGI::Wiki::Kwiki
  38. CGI::Wiki::Search::DB
  39. Chart::Plotly
  40. Class::Accessor::Chained
  41. Class::C3::Adopt::NEXT
  42. Class::Factory::Util
  43. Class::Prototyped
  44. Class::PublicPrivate
  45. Class::Std
  46. CLI::Coin::Toss
  47. Clipboard
  48. Color::Brewer
  49. Command::Runner
  50. Compiler::Parser
  51. Config::Std
  52. Convert::Color
  53. Cookie::Baker
  54. CPAN::Audit
  55. criticism
  56. Cwd::Guard
  57. Data::Dump::Streamer
  58. Data::Format::Pretty
  59. Data::Generate
  60. Data::Serializer
  61. Data::Transform::ExplicitMetadata
  62. DateTime::Astro
  63. DateTime::Calendar::Discordian
  64. DateTime::Format::ISO8601
  65. DBIx::Admin::CreateTable
  66. DBIx::Table2Hash
  67. Devel::CheckCompiler
  68. Devel::Ditto
  69. Directory::Scratch
  70. Distribution::Metadata
  71. Error
  72. ExtUtils::XSpp
  73. File::CountLines
  74. File::Find::Object
  75. File::Map
  76. File::RotateLogs
  77. File::ShareDir::Tarball
  78. File::Type
  79. Furl
  80. Future
  81. Future::AsyncAwait
  82. Future::Mojo
  83. GD::Sparkline
  84. Geo::WebService::Elevation::USGS
  85. Graph::Easy
  86. Graphics::ColorNames::WWW
  87. Hash::FieldHash
  88. HTML::Escape
  89. HTML::FormatText::WithLinks
  90. HTML::GenToc
  91. HTML::LinkList
  92. HTML::Notebook
  93. HTML::Parser::Simple
  94. HTML::Show
  95. HTML::SimpleParse
  96. HTML::TagCloud
  97. HTML::Tree
  98. HTTP::CookieMonster
  99. HTTP::Entity::Parser
  100. Image::Term256Color
  101. Imager::Filter::Bakumatsu
  102. Imager::Filter::RoundedCorner
  103. IO::Async
  104. IO::Handle::Util
  105. IO::Interface
  106. Kwiki::RenamePage
  107. L
  108. Lexical::SealRequireHints
  109. Lingua::EN::CommonMistakes
  110. Lingua::EN::Conjugate
  111. Lingua::EN::Contraction
  112. Lingua::EN::Fathom
  113. Lingua::Stem
  114. Lingua::Stem::Snowball::No
  115. Lingua::Stem::Snowball::Se
  116. List::Flatten
  117. List::PowerSet
  118. List::UtilsBy
  119. Log::QnD
  120. LWP::UserAgent::DNS::Hosts
  121. Mac::CocoaDialog
  122. Mac::Pasteboard
  123. Math::Factor::XS
  124. Math::GComplex
  125. Math::MatrixReal
  126. Math::Prime::XS
  127. MLDBM
  128. Modern::Perl
  129. Module::Build
  130. Module::Build::Pluggable
  131. Module::Build::Pluggable::PPPort
  132. Module::Build::Tiny
  133. Module::Build::XSUtil
  134. Module::ExtractUse
  135. Module::List
  136. Module::Runtime
  137. Module::Util
  138. MooseX::Clone
  139. MooseX::Daemonize
  140. MooseX::ExtraArgs
  141. MooseX::Getopt
  142. MooseX::LazyRequire
  143. MooseX::Object::Pluggable
  144. MooseX::Role::Parameterized
  145. MooseX::Singleton
  146. MooseX::Types
  147. MooseX::Types::Path::Class
  148. Mouse
  149. Music::Chord::Note
  150. Net::Async::HTTP
  151. Number::Misc
  152. Object::InsideOut
  153. OCR::PerfectCR
  154. Parallel::Pipes
  155. Params::Validate
  156. Parse::RecDescent
  157. Path::Class
  158. Perl (The perl 'core' is given the special name 'Perl'.)
  159. Perl4::CoreLibs
  160. Perl::Critic
  161. Perl::Phase
  162. PerlIO::Layers
  163. Perlito5
  164. Pod::Browser
  165. Pod::LaTeX
  166. Pod::Section
  167. Pod::Strip
  168. Pod::Text::Color::Delight
  169. Pod::Webserver
  170. POSIX::strftime::Compiler
  171. Postal::US::State
  172. PPIx::Regexp
  173. PPIx::Utilities
  174. Readonly
  175. Regexp::Debugger
  176. Starman
  177. Statistics::Autocorrelation
  178. Statistics::Data
  179. Statistics::Descriptive
  180. Statistics::Zed
  181. String::Dump
  182. String::Random
  183. String::Util
  184. Struct::Dumb
  185. SUPER
  186. SVN::Dump
  187. Sweat
  188. Syntax::Feature::EachOnArray
  189. Syntax::Keyword::Try
  190. Task::Unicode
  191. Template::Liquid
  192. Term::Drawille
  193. Term::Shell
  194. Test::Compile
  195. Test::Deep::JSON
  196. Test::Differences
  197. Test::Expect
  198. Test::Fake::HTTPD
  199. Test::Fork
  200. Test::Identity
  201. Test::MockModule
  202. Test::Perl::Critic
  203. Test::Pod::LinkCheck::Lite
  204. Test::Refcount
  205. Test::Toolbox
  206. Test::Trap
  207. Text::Affixes
  208. Text::Aligner
  209. Text::Flow
  210. Text::Reform
  211. Text::UpsideDown
  212. Text::WikiFormat
  213. Text::Xslate
  214. Thesaurus
  215. Tie::IxHash
  216. Tie::RangeHash
  217. Time::Format
  218. Tk::Canvas::GradientColor
  219. Tree::Node
  220. Unicode::CaseFold
  221. Unicode::Stringprep
  222. Unicode::Util
  223. Unix::Lsof
  224. Unix::Uptime
  225. URI::Find
  226. Web::NewsAPI
  227. WWW::Form::UrlEncoded
  228. WWW::YouTube::Download
  229. XML::Entities
  230. XML::RSS
  231. XML::Rules
  232. Zoidberg

In reply to Re^2: Why don't some CPAN modules append perllocal? by Anonymous Monk
in thread Why don't some CPAN modules append perllocal? by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-03-28 14:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found