SVN::Notify::Filter

Create output filters for SVN::Notify
Download

SVN::Notify::Filter Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Wheeler
  • Publisher web site:
  • http://search.cpan.org/~dwheeler/

SVN::Notify::Filter Tags


SVN::Notify::Filter Description

Create output filters for SVN::Notify SVN::Notify::Filter is a Perl module to create output filters for SVN::Notify.Synopsis package SVN::Notify::Filter::Textile; use Text::Textile (); sub log_message { my ($notifier, $lines) = @_; return $lines unless $notify->content_type eq 'text/html'; return ; }This document covers the output filtering capabilities of SVN::Notify. Output filters are simply subroutines that modify content before SVN::Notify outputs it. The idea is to provide a simple interface for anyone to use to change the format of the messages that SVN::Notify creates. Filters are loaded by the filter parameter to new() or by the --filter option to the svnnotify command-line program. Requirements: · Perl


SVN::Notify::Filter Related Software