File: Changes

package info (click to toggle)
libfile-sharedir-install-perl 0.09-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 136 kB
  • sloc: perl: 390; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 831 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Revision history for Perl extension File::ShareDir::Install.

0.09  Jul 7 2014
    - Get rid of DB::single 
        Thank you djerius@cpan.org
    - Don't do POD tests

0.08  Jan 29 2014
    - Tests may now be run in parallel
        Thank you KENTNL@cpan.org

0.07  Jan 17 2014
    - Added delete_share
        Thank you dmuey@cpan.org

0.06  Jan 16 2014
    - Added $INCLUDE_DOTFILES and $INCLUDE_DOTDIRS
        Thank you sharyanto@cpan.org

0.05  Sep 3 2013
    - Tweak doco and fix typos
        Thank you dsteinbrunner@pobox.com

0.04  Aug 25 2011
    - Tweak for better error reports

0.03  Sep  9 2009
    - Drop PERL_MM_OPT in test so that it passes with local::lib
        Thank you Peter Makholm

0.02  Jul  2
    - Renamed to File::ShareDir::Install
    - Tweak the doco

0.01  Jul  1
    - Initial release to the CPAN