File: Changes

package info (click to toggle)
libfile-find-rule-vcs-perl 1.09-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: perl: 310; makefile: 2
file content (52 lines) | stat: -rw-r--r-- 1,489 bytes parent folder | download
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Revision history for Perl extension File::Find::Rule::VCS

1.09      2023-04-28 12:43:47Z
        - tooling updates

1.08    2010-10-06
	- Upgrading to Module::Install::DSL 1.00
	- Removing use UNIVERSAL, it does some evil stuff

1.07    2010-05-31
	- Added git support to resolve #43558: .git missing
	- Extend test for bzr, git and default invocation
	  (Jens Rehsack)
	- Added support for RCS (RT#43559) and Mercurial/hg
	  (Jens Rehsack)

1.06    2009-07-08
	- Updated to Module::Install::DSL 0.91
	- Added explicit dependency on Text::Glob.
	  Some CPAN Testers machines seem to blow up without it.

1.05    2008-09-29
	- Updated to Module::Install 0.77
	- Updated tests to new style
	- Adding support for _svn (closes bug #32030)

1.04    2008-05-10
	- Support ->ignore_vcs() for ignoring all supported VCS
	- Change all methods to check file name before checking
	  it is a directory or file.
	  This should provide a *massive* reduction in the number
	  of filesystem -f or -d calls that get made.

1.03    2008-03-22
	- Adding support for Bazaar

1.02    2006-09-22
        - Making ->ignore_vcs('') a nullop, as a convenience

1.01    2006-09-04
	- Upgrading to Module::Install 0.64

1.00    2006-04-08
	- Moved from old CVS to new SVN repository
	- Upgraded to Module::Install 0.61

0.02    2005-02-12
	- Decided that ignore_ was better than discard_
	- When filtering CVS, remove those post-merge dot-hash files

0.01    2005-02-11
	- Created the initial version of the module