~ubuntu-branches/ubuntu/wily/libfile-find-object-perl/wily

« back to all changes in this revision

Viewing changes to rejects/File/Find/Object.pm

  • Committer: Package Import Robot
  • Author(s): Xavier Guimard, Salvatore Bonaccorso, Ryan Niebur, Ansgar Burchardt, Jonathan Yu, Xavier Guimard
  • Date: 2012-12-04 21:46:40 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20121204214640-32zzsts0gm1g2qke
Tags: 0.2.6-1
[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
  perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
  permitted by Debian Policy 3.8.3).

[ Ryan Niebur ]
* Email change: Jonathan Yu -> jawnsy@cpan.org

[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.

[ Jonathan Yu ]
* Imported Upstream version 0.2.1
* Imported Upstream version 0.2.2
* Imported Upstream version 0.2.3

[ Xavier Guimard ]
* Imported Upstream version 0.2.6
* Update source format to 3.0 (quilt)
* Bump Standards-Version to 3.9.4
* Use debhelper 8
* Update debian/copyright (years, format, license)
* Update debian/rules to use dh
* Add libmodule-build-perl in dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
     ;
48
48
}
49
49
 
50
 
# This is a variation of the Conditional-to-Inheritance refactoring - 
 
50
# This is a variation of the Conditional-to-Inheritance refactoring -
51
51
# we have two methods - one if _is_top is true
52
52
# and the other if it's false.
53
53
#