File: dont-install-ucalc

package info (click to toggle)
libmath-calc-units-perl 1.07-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 224 kB
  • sloc: perl: 1,925; yacc: 38; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Don't install ucalc
 has no documentation, and I don't think it's useful enough for me to
 spend time writing documentation.
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,7 +3,6 @@
 WriteMakefile(
     'NAME'	=> 'Math::Calc::Units',
     'VERSION_FROM' => 'Units.pm', # finds $VERSION
-    'EXE_FILES' => [ 'script/ucalc' ],
     'XS' => {},
 );