/plugins/PerlSideKick/trunk/description.html

# · HTML · 14 lines · 12 code · 2 blank · 0 comment · 0 complexity · 977989d6392368cdf12f6eb3e08304a0 MD5 · raw file

  1. <html>
  2. <p>
  3. This sidekick plugin parses Perl source and analyzes
  4. it, using regular expressions (an excentric programming style will
  5. probably confuse the plugin). For each package a tree branch is
  6. built. It shows package name, "used" and "required" modules and
  7. sub names. Mind that the branches do not reflect the order of
  8. subs in the source code, but are sorted by package and sub
  9. names. Additionally all POD headlines are listed in their natural
  10. order.
  11. </p>
  12. </html>