File: Changes

package info (click to toggle)
libsyntax-keyword-junction-perl 0.003008-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 196 kB
  • ctags: 81
  • sloc: perl: 718; makefile: 7
file content (42 lines) | stat: -rw-r--r-- 1,283 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
32
33
34
35
36
37
38
39
40
41
42
Revision history for Syntax-Keyword-Junction

0.003008  2014-07-06 20:08:35-05:00 America/Chicago
 - Stop using base.pm (Olivier Mengué)

0.003007  2013-11-23 14:28:14 America/Chicago
 - Minor typo fixes

0.003006  2013-08-06 18:16:08 CST6CDT
 - Finally really silence warnings above 5.17.10
 - Remove useless array copy to measurably improve performance (Maxime Soulé)
 - Make tests pass even if Sub::Exporter is not installed

0.003005  2013-08-05 08:05:47 CST6CDT
 - Set version for Test::More dep (reported by ppisar)

0.003004  2013-04-28 19:00:36 CST6CDT
 - Silence even more warnings above 5.17.10 (RJBS)

0.003003  2013-04-10 06:38:29 CST6CDT
 - Silence warnings above 5.17.10

0.003002  2012-11-17 16:20:07 CST6CDT
 - Put MetaYAML back in dist

0.003001  2012-09-02 22:06:43 America/Chicago
 - Fix tests for perl 5.8 (Rob Hoelz)

0.003000  2012-08-29 10:10:08 America/Chicago
 - Add ~~ support for 5.10.1 and higher (RJBS)
 - Add ->map method on junctions for easy creation of new junctions (RJBS)
 - Switch to Sub::Exporter::Progressive

0.002001  2010-11-07 22:44:18 CST6CDT
 - Add syntax.pm as a dep

0.002000  2010-11-06 22:47:32 CST6CDT
 - Add support for syntax.pm
 - Switch to Sub::Exporter

0.001000  2010-11-06 19:22:48 CST6CDT
 - Initial fork of Perl6::Junction