We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a0e34 commit cf9c036Copy full SHA for cf9c036
Changes
@@ -1,3 +1,5 @@
1
+- add licence information
2
+
3
2.098 2024-01-04
4
- Graphics::TriD::Rout::{combcoords,attract,repulse} moved to ImageND
5
Makefile.PL
@@ -9,6 +9,7 @@ $repo = "PDLPorters/$repo";
9
WriteMakefile (
10
NAME => $package_name,
11
AUTHOR => 'PerlDL Developers <pdl-general@lists.sourceforge.net>',
12
+ LICENSE=> "perl",
13
VERSION_FROM => 'TriD.pm',
14
PM => {
15
'TriD.pm' => '$(INST_LIBDIR)/TriD.pm',
0 commit comments