File: README

package info (click to toggle)
libdata-structure-util-perl 0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 212 kB
  • sloc: perl: 862; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
This module provides useful method to modify the nature of data within a structure

Here are the basic install instructions.

perl Build.PL
./Build
./Build test
./Build install


If you are on a windows box you should use 'nmake' rather than 'make'.