Codebase list libglib-perl / 5dbd442
Stable release 1.320 Brian Manning 8 years ago
8 changed file(s) with 24 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
9999 },
100100 author =>
101101 ['gtk2-perl Team <gtk-perl-list at gnome dot org>'],
102 release_status => 'unstable',
103 #release_status => 'stable',
102 #release_status => 'unstable',
103 release_status => 'stable',
104104 # valid values: https://metacpan.org/module/CPAN::Meta::Spec#license
105105 license => 'lgpl_2_1',
106106 resources => {
224224 @openbsd_compat_flags,
225225 );
226226
227 #=unstable
227 =unstable
228228
229229 print <<__EOW__;
230230 WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
232232 This is an unstable development release of Glib. The API is not
233233 frozen and things are subject to change at any time. Report any
234234 bugs to gtk-perl-list AT gnome DOT org as soon as possible.
235 Please use the 1.30x series for important work.
235 Please use the 1.32x series for important work.
236236
237237 WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
238238 __EOW__
239239
240 #=cut
240 =cut
241241
242242 =frozen
243243
0 Overview of changes in Glib 1.320 (stable)
1 ============================================
2
3 * Makefile.PL: added IRC link to metadata block
4 * Glib::GenPod: supply default namespace blurbs (Bugzilla #753468)
5 * Properly escape dash in generated API index POD (Bugzilla #753467)
6
07 Overview of changes in Glib 1.314 (unstable)
18 ============================================
29
2835 * Add char_byte and char_byte_ornull typemaps
2936 * Reorder and reformat our header and typemap a little
3037 * Hush a compiler warning in GMainLoop.xs
38
39 Overview of changes in Glib 1.308 (stable)
40 ==========================================
41
42 * Release to replace stable version of Glib deleted from CPAN by accident;
43 closes RT#110119. There are no code changes for this release.
3144
3245 Overview of changes in Glib 1.307 (stable)
3346 ==========================================
44 use Carp;
55 use IO::File;
66
7 our $VERSION = '1.314';
7 our $VERSION = '1.320';
88
99 # type handlers should look like this:
1010 # sub gen_foo_stuff {
88
99 package Glib::GenPod;
1010
11 our $VERSION = '1.314';
11 our $VERSION = '1.320';
1212
1313 use strict;
1414 use warnings;
33
44 package Glib::MakeHelper;
55
6 our $VERSION = '1.314';
6 our $VERSION = '1.320';
77
88 =head1 NAME
99
1919
2020 package Glib::Object::Subclass;
2121
22 our $VERSION = '1.314';
22 our $VERSION = '1.320';
2323
2424 use Glib;
2525
1212 xsdocparse
1313 );
1414
15 our $VERSION = '1.314';
15 our $VERSION = '1.320';
1616
1717 our $NOISY = $ENV{NOISYDOC};
1818
2626 require DynaLoader;
2727 our @ISA = qw(DynaLoader Exporter);
2828
29 our $VERSION = '1.314';
29 our $VERSION = '1.320';
3030
3131 use constant {
3232 TRUE => 1,