File: Changes

package info (click to toggle)
libmocked-perl 0.09-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 188 kB
  • sloc: perl: 1,736; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 989 bytes parent folder | download | duplicates (4)
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
0.09 - Tue Dec 11 12:34:11 PST 2007
 - bump version to get into cpan.

0.08 - Mon Dec 10 18:45:21 PST 2007
 - make nested mocked files DTRT when unmocked
   is used from within the nested mocked file

0.07 - Fri Aug  3 11:26:53 PDT 2007
 - Added unmocked.pm, to allow you to load real libraries
   from within your mocked libraries

0.06 - Fri Jun  8 12:25:48 PDT 2007
 - load Exporter, so mocked libraries can export things;
 - Make extra sure that $module has not been loaded from another package by
   seeing if the symbol table for that package has been decorated.
    (Scott McWhirter [konobi]).

0.05 - Tue Mar 13 17:25:54 PDT 2007
 - Fixed pod typo - thanks David Cantrell

0.04 - Sun Mar 11 12:05:47 PDT 2007
 - Added build dependency on Test::Exception

0.03 - Sat Mar 10 15:11:29 PST 2007
 - Added ability to mock from particular directories (Scott McWhirter [konobi]).

0.02 - Wed Feb 21 21:56:51 PST 2007
 - Added README

0.01 - Wed Feb 21 21:56:37 PST 2007
 - initial release