]> git.pld-linux.org Git - packages/libredwg.git/blob - libredwg-missing.patch
- new
[packages/libredwg.git] / libredwg-missing.patch
1 --- libredwg-0.11.1/bindings/perl/MANIFEST.orig 1970-01-01 01:00:00.000000000 +0100
2 +++ libredwg-0.11.1/bindings/perl/MANIFEST      2020-12-08 19:47:31.306068620 +0100
3 @@ -0,0 +1,5 @@
4 +LibreDWG.c
5 +LibreDWG.pm
6 +MANIFEST
7 +Makefile.PL
8 +t/0_basic.t
9 --- libredwg-0.11.1/bindings/perl/t/0_basic.t.orig      1970-01-01 01:00:00.000000000 +0100
10 +++ libredwg-0.11.1/bindings/perl/t/0_basic.t   2020-12-08 19:48:52.275629970 +0100
11 @@ -0,0 +1,2 @@
12 +use Test::More tests => 1;
13 +use_ok 'LibreDWG';
This page took 0.050281 seconds and 3 git commands to generate.