~ubuntu-branches/ubuntu/utopic/libdevel-pragma-perl/utopic

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Package Import Robot
  • Author(s): Damyan Ivanov, gregor herrmann, Salvatore Bonaccorso, Damyan Ivanov
  • Date: 2013-10-22 09:41:47 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20131022094147-27vu2s1k6ypp0a7p
* Team upload

[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.

[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Damyan Ivanov ]
* Imported Upstream version 0.60
* add years to main upstream copyright notice
* add ppport.h to debian/copyright (how did this escape NEW review?)
* update (build-)dependencies
* bump debhelper build-dependency to ensure hardening support
* claim conformance with Policy 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Revision history for Perl extension Devel::Pragma.
2
2
 
 
3
0.60  Sun Oct 20 12:24:09 2013
 
4
    - use Lexical::SealRequireHints to fix %^H bugs
 
5
    - rename my_hints -> hints (my_hints is still supported, but deprecated)
 
6
    - update ppport.h from 3.19 to 3.20
 
7
    - code cleanup
 
8
 
3
9
0.54  Mon Aug 16 13:54:36 2010
4
10
    - portability fixes for Visual Studio and older GCCs
5
11
 
64
70
    - fixed MANIFEST (thanks Taro Nishino)
65
71
 
66
72
0.10  Mon Jun 23 14:40:42 2008
67
 
    - fix bug that was causing my_hints to clobber %^H 
 
73
    - fix bug that was causing my_hints to clobber %^H
68
74
    - added new_scope function
69
75
    - removed my_hints aliases
70
76