Codebase list libglib-perl / a34dc1e
Stable release 1.322 Brian Manning 7 years ago
7 changed file(s) with 12 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 Overview of changes in Glib 1.322 (stable)
1 ============================================
2
3 * Win32: only export the GVariant conversion symbols when available
4 ∗ Glib.exports: updated copyright date
5
06 Overview of changes in Glib 1.321 (stable)
17 ============================================
28
44 use Carp;
55 use IO::File;
66
7 our $VERSION = '1.321';
7 our $VERSION = '1.322';
88
99 # type handlers should look like this:
1010 # sub gen_foo_stuff {
88
99 package Glib::GenPod;
1010
11 our $VERSION = '1.321';
11 our $VERSION = '1.322';
1212
1313 use strict;
1414 use warnings;
33
44 package Glib::MakeHelper;
55
6 our $VERSION = '1.321';
6 our $VERSION = '1.322';
77
88 =head1 NAME
99
1919
2020 package Glib::Object::Subclass;
2121
22 our $VERSION = '1.321';
22 our $VERSION = '1.322';
2323
2424 use Glib;
2525
1212 xsdocparse
1313 );
1414
15 our $VERSION = '1.321';
15 our $VERSION = '1.322';
1616
1717 our $NOISY = $ENV{NOISYDOC};
1818
2626 require DynaLoader;
2727 our @ISA = qw(DynaLoader Exporter);
2828
29 our $VERSION = '1.321';
29 our $VERSION = '1.322';
3030
3131 use constant {
3232 TRUE => 1,