GenPod.pm   GenPod.pm 
skipping to change at line 12 skipping to change at line 12
# #
# #
# TODO: # TODO:
# should we look at signals etc. for enums/flags? # should we look at signals etc. for enums/flags?
# we're getting warnings about unregistered types with new enums/flags # we're getting warnings about unregistered types with new enums/flags
# stuff, quell them. # stuff, quell them.
# #
package Glib::GenPod; package Glib::GenPod;
our $VERSION = '1.301'; our $VERSION = '1.302';
use strict; use strict;
use warnings; use warnings;
use Carp; use Carp;
use File::Spec; use File::Spec;
use Data::Dumper; use Data::Dumper;
use POSIX qw(strftime); use POSIX qw(strftime);
use Glib; use Glib;
skipping to change at line 1537 skipping to change at line 1537
L<Glib::ParseXSDoc> L<Glib::ParseXSDoc>
=head1 AUTHORS =head1 AUTHORS
muppet bashed out the xsub signature generation in a few hours on a wednesd ay muppet bashed out the xsub signature generation in a few hours on a wednesd ay
night when band practice was cancelled at the last minute; he and ross night when band practice was cancelled at the last minute; he and ross
mcfarland hacked this module together via irc and email over the next few d ays. mcfarland hacked this module together via irc and email over the next few d ays.
=head1 COPYRIGHT AND LICENSE =head1 COPYRIGHT AND LICENSE
Copyright (C) 2003-2004, 2010-2012 by the gtk2-perl team Copyright (C) 2003-2004, 2010-2013 by the gtk2-perl team
This library is free software; you can redistribute it and/or modify This library is free software; you can redistribute it and/or modify
it under the terms of the Lesser General Public License (LGPL). For it under the terms of the Lesser General Public License (LGPL). For
more information, see http://www.fsf.org/licenses/lgpl.txt more information, see http://www.fsf.org/licenses/lgpl.txt
=cut =cut
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/