--- libobject-insideout-perl-3.64.orig/debian/control
+++ libobject-insideout-perl-3.64/debian/control
@@ -0,0 +1,24 @@
+Source: libobject-insideout-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libexception-class-perl (>= 1.29), libwant-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy@cpan.org>,
+ gregor herrmann <gregoa@debian.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Object-InsideOut/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libobject-insideout-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libobject-insideout-perl/
+
+Package: libobject-insideout-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libexception-class-perl (>= 1.29)
+Suggests: libwant-perl
+Description: comprehensive inside-out object construction kit
+ Object::InsideOut is a Perl module that implements inside-out objects as
+ anonymous scalar references that are blessed into a class with the scalar
+ containing the ID for the object (usually a sequence number). The scalar
+ reference is set as read-only to prevent accidental modifications to the ID.
+ Object data (such as fields) are stored within the class's package in either
+ arrays indexed by the object's ID, or hashes keyed to the object's ID.
--- libobject-insideout-perl-3.64.orig/debian/libobject-insideout-perl.examples
+++ libobject-insideout-perl-3.64/debian/libobject-insideout-perl.examples
@@ -0,0 +1 @@
+examples/*
--- libobject-insideout-perl-3.64.orig/debian/copyright
+++ libobject-insideout-perl-3.64/debian/copyright
@@ -0,0 +1,29 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Jerry D. Hedden <jdhedden@cpan.org>
+Source: http://search.cpan.org/dist/Object-InsideOut/
+Name: Object-InsideOut
+
+Files: *
+Copyright: 2005-2009, Jerry D. Hedden <jdhedden@cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Jonathan Yu <jawnsy@cpan.org>
+ 2010, gregor herrmann <gregoa@debian.org>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'
--- libobject-insideout-perl-3.64.orig/debian/watch
+++ libobject-insideout-perl-3.64/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Object-InsideOut/   .*/Object-InsideOut-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--- libobject-insideout-perl-3.64.orig/debian/compat
+++ libobject-insideout-perl-3.64/debian/compat
@@ -0,0 +1 @@
+7
--- libobject-insideout-perl-3.64.orig/debian/changelog
+++ libobject-insideout-perl-3.64/debian/changelog
@@ -0,0 +1,19 @@
+libobject-insideout-perl (3.64-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Jonathan Yu <jawnsy@cpan.org>  Fri, 12 Mar 2010 07:29:43 -0500
+
+libobject-insideout-perl (3.63-1) unstable; urgency=low
+
+  * New upstream release.
+  * Set Standards-Version to 3.8.4 (no changes).
+  * Add /me to Uploaders.
+
+ -- gregor herrmann <gregoa@debian.org>  Sat, 06 Mar 2010 18:30:20 +0100
+
+libobject-insideout-perl (3.58-1) unstable; urgency=low
+
+  * Initial Release (Closes: #536134)
+
+ -- Jonathan Yu <jawnsy@cpan.org>  Mon, 04 Jan 2010 10:00:50 -0500
--- libobject-insideout-perl-3.64.orig/debian/rules
+++ libobject-insideout-perl-3.64/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
