[perl-Glib-IO] Add more docs placeholders
- From: Torsten Schönfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Glib-IO] Add more docs placeholders
- Date: Tue, 31 May 2016 17:05:22 +0000 (UTC)
commit f272ef725c448f741009af73142d94bb2b898ff5
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date: Tue May 31 19:04:57 2016 +0200
Add more docs placeholders
README | 2 +-
lib/Glib/IO.pm | 58 ++++++++++++++++++++++++++++++++++++-------------------
2 files changed, 39 insertions(+), 21 deletions(-)
---
diff --git a/README b/README
index 1841c7b..28e0f1c 100644
--- a/README
+++ b/README
@@ -30,7 +30,7 @@ Please report bugs to the gnome-perl product in GNOME's Bugzilla:
COPYRIGHT AND LICENSE
---------------------
-Copyright (C) 2010, 2013 Torsten Schoenfeld <kaffeetisch gmx de>
+Copyright (C) 2010-2015 Torsten Schönfeld <kaffeetisch gmx de>
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Library General Public License as published by the Free
diff --git a/lib/Glib/IO.pm b/lib/Glib/IO.pm
index ff55c3f..6b7e2cb 100644
--- a/lib/Glib/IO.pm
+++ b/lib/Glib/IO.pm
@@ -1,22 +1,6 @@
package Glib::IO;
-use strict;
-use warnings;
-use Glib::Object::Introspection;
-
-our $GIO_BASENAME = 'Gio';
-our $GIO_VERSION = '2.0';
-our $GIO_PACKAGE = 'Glib::IO';
-
-sub import {
- Glib::Object::Introspection->setup(
- basename => $GIO_BASENAME,
- version => $GIO_VERSION,
- package => $GIO_PACKAGE);
-}
-
-1;
-__END__
+=encoding utf8
=head1 NAME
@@ -34,19 +18,53 @@ XXX
XXX
+=cut
+
+use strict;
+use warnings;
+use Glib::Object::Introspection;
+
+=head2 Wrapped libraries
+
+XXX
+
+=cut
+
+my $GIO_BASENAME = 'Gio';
+my $GIO_VERSION = '2.0';
+my $GIO_PACKAGE = 'Glib::IO';
+
+sub import {
+ Glib::Object::Introspection->setup(
+ basename => $GIO_BASENAME,
+ version => $GIO_VERSION,
+ package => $GIO_PACKAGE);
+}
+
+=head2 Customizations and overrides
+
+XXX
+
+=cut
+
+1;
+__END__
+
=head1 SEE ALSO
XXX
=head1 AUTHORS
-=encoding utf8
+=over
-XXX
+=item Torsten Schönfeld <kaffeetisch gmx de>
+
+=back
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2010, 2013 by Torsten Schoenfeld <kaffeetisch gmx de>
+Copyright (C) 2010-2015 by Torsten Schönfeld <kaffeetisch gmx de>
This library is free software; you can redistribute it and/or modify it under
the terms of the Lesser General Public License (LGPL). For more information,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]