Skip to content

Commit d829963

Browse files
committed
move top .pm to lib/
1 parent b1b3461 commit d829963

31 files changed

+30
-36
lines changed

MANIFEST

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,35 @@ demos/testimg.p
66
demos/tvrml.p
77
demos/tvrml2.p
88
DemoTkTriD.pm
9-
DemoTriD1.pm
10-
DemoTriD2.pm
11-
DemoTriDGallery.pm
9+
lib/PDL/Demos/TriD1.pm
10+
lib/PDL/Demos/TriD2.pm
11+
lib/PDL/Demos/TriDGallery.pm
12+
lib/PDL/Graphics/TriD.pm
13+
lib/PDL/Graphics/TriD/ArcBall.pm
14+
lib/PDL/Graphics/TriD/ButtonControl.pm
15+
lib/PDL/Graphics/TriD/Contours.pm
16+
lib/PDL/Graphics/TriD/Control3D.pm
17+
lib/PDL/Graphics/TriD/GL.pm
18+
lib/PDL/Graphics/TriD/Graph.pm
19+
lib/PDL/Graphics/TriD/Image.pm
20+
lib/PDL/Graphics/TriD/Labels.pm
21+
lib/PDL/Graphics/TriD/Lines.pm
22+
lib/PDL/Graphics/TriD/Logo.pm
23+
lib/PDL/Graphics/TriD/MathGraph.pm
24+
lib/PDL/Graphics/TriD/Mesh.pm
25+
lib/PDL/Graphics/TriD/Object.pm
26+
lib/PDL/Graphics/TriD/Objects.pm
27+
lib/PDL/Graphics/TriD/OOGL.pm
28+
lib/PDL/Graphics/TriD/Polygonize.pm
29+
lib/PDL/Graphics/TriD/Quaternion.pm
30+
lib/PDL/Graphics/TriD/ScrollButtonScaler.pm
31+
lib/PDL/Graphics/TriD/SimpleScaler.pm
32+
lib/PDL/Graphics/TriD/Surface.pm
33+
lib/PDL/Graphics/TriD/TextObjects.pm
34+
lib/PDL/Graphics/TriD/Tk.pm
35+
lib/PDL/Graphics/TriD/ViewPort.pm
36+
lib/PDL/Graphics/TriD/VRML.pm
37+
lib/PDL/Graphics/TriD/Window.pm
1238
Makefile.PL
1339
MANIFEST This list of files
1440
MANIFEST.SKIP
@@ -21,31 +47,6 @@ POGL/README
2147
Rout/Makefile.PL
2248
Rout/rout.pd
2349
t/opengl.t
24-
TriD.pm
25-
TriD/ArcBall.pm
26-
TriD/ButtonControl.pm
27-
TriD/Contours.pm
28-
TriD/Control3D.pm
29-
TriD/GL.pm
30-
TriD/Graph.pm
31-
TriD/Image.pm
32-
TriD/Labels.pm
33-
TriD/Lines.pm
34-
TriD/Logo.pm
35-
TriD/MathGraph.pm
36-
TriD/Mesh.pm
37-
TriD/Object.pm
38-
TriD/Objects.pm
39-
TriD/OOGL.pm
40-
TriD/Polygonize.pm
41-
TriD/Quaternion.pm
42-
TriD/ScrollButtonScaler.pm
43-
TriD/SimpleScaler.pm
44-
TriD/Surface.pm
45-
TriD/TextObjects.pm
46-
TriD/ViewPort.pm
47-
TriD/VRML.pm
48-
TriD/Window.pm
4950
VRML/Makefile.PL
5051
VRML/VRML.pm
5152
VRML/VRML/Protos.pm

Makefile.PL

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,7 @@ WriteMakefile (
1010
NAME => $package_name,
1111
AUTHOR => 'PerlDL Developers <pdl-general@lists.sourceforge.net>',
1212
LICENSE=> "perl",
13-
VERSION_FROM => 'TriD.pm',
14-
PM => {
15-
'TriD.pm' => '$(INST_LIBDIR)/TriD.pm',
16-
(map +($_ => '$(INST_LIBDIR)/'.$_), glob 'TriD/*.pm'),
17-
'DemoTriD1.pm' => '$(INST_LIB)/PDL/Demos/TriD1.pm',
18-
'DemoTriD2.pm' => '$(INST_LIB)/PDL/Demos/TriD2.pm',
19-
'DemoTriDGallery.pm' => '$(INST_LIB)/PDL/Demos/TriDGallery.pm',
20-
},
13+
VERSION_FROM => 'lib/PDL/Graphics/TriD.pm',
2114
CONFIGURE_REQUIRES => {
2215
'ExtUtils::MakeMaker' => 0,
2316
'PDL' => '2.096',
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)