-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
55 lines (41 loc) · 1.59 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Revision history for {{$dist->name}}
{{$NEXT}}
0.14 2022-10-30 16:38:26 -0600
- Test migrated to Test2::Suite (gh#19)
- Documentation improvements (gh#9, gh#22)
0.12 2020-07-07 14:37:46 -0600
- Moved to PerlFFI GitHub org
- Migrated to EUMM for installer
- Module::Build::FFI::Fortran was moved into the Module-Build-FFI dist
0.11 2020-04-20 15:01:46 -0400
- Use i- prefix in Fortran 77 tests to force integer return value (gh#10)
- Explicitly specify Test::More 0.98 as prereq for required featuers (gh#10)
0.10 2019-05-16 06:08:20 -0600
- Improve filtering of fortran flags to exclude C/C++ specific flags
(for FFI::Build::File::Fortran)
0.09 2018-09-26 10:55:19 -0600
- Improve filtering of fortran flags to exclude C/C++ specific flags
0.08 2018-08-20 05:15:43 -0400
- Moved repository to Perl5-FFI GitHub org
- Moved FFI::Build::File::Fortran from FFI-Build into this dist
- FFI::Build is now a dependency for this dist
0.07 Thu Mar 12, 2015
- Updated distribution meta to include links to correct issue
tracker and VCS
0.06 Sun Feb 22, 2015
- Documentation and testing fixes
0.05 Fri Feb 13, 2015
- Fix for 32/64 bit troubles on Solaris (gh#4)
0.04 Thu Feb 12, 2015
- Fortran files will not be compiled unless they have changed.
- Variable length array example now uses Platypus variable length
array feature (requires FFI::Platypus version 0.22)
0.03 Wed Feb 11, 2015
- More examples
- Improved documentation
0.02 Tue Feb 10, 2015
- More examples
- Documentation enhancements
- First releae to CPAN
0.01 Tue Feb 10, 2015
- Initial version