File: README

package info (click to toggle)
libtext-vimcolor-perl 0.11-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 172 kB
  • ctags: 32
  • sloc: perl: 430; xml: 12; ansic: 9; sql: 3; makefile: 2; sh: 1
file content (25 lines) | stat: -rw-r--r-- 841 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Text::VimColor
--------------

This module tries to markup text files according to their syntax.  It can
be used to produce web pages with pretty-printed colourful source code
samples.  It can produce output in the following formats:

The module comes with a command line program, text-vimcolor, which makes
it easy to do 'ad-hoc' syntax coloring jobs.


   Geoff Richards <qef@laxan.com>


Release procedure
-----------------

 * Update the version number in lib/Text/VimColor.pm and META.yml
 * Update the changelog with a new section for a matching version number
   and the correct date and time
 * Copy the ChangeLog into place (from 'debian' directory in my CVS)
 * Realclean, make and test
 * Make the dist, take it to another machine and build and test there
 * Commit everything, and set tag like 'Release_0_07-1'
 * Upload to CPAN