-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
77 lines (48 loc) · 2.5 KB
/
Changes
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Revision history for Mac-AppleScript-Glue
0.06 2019-01-16 01:02:21-05:00 America/New_York
- remove erroneously listed dependencies from dist.ini
- minor updates to documenation
- modify dist.ini to try to limit smoke testing to Mac OS
0.05 2019-01-16 00:00:24-05:00 America/New_York
0.04 2019-01-15 23:59:46-05:00 America/New_York
- module transferred to STEVIED for future maintenance
- fix broken tests
- modified/removed files to enable Dist::Zilla use
0.03 Sat Sep 14 22:32:48 PDT 2002
- removed usage of osascript(1) and replaced it with Dan
Sugalski's Mac::AppleScript, which does the same thing but
better and faster (you'll need to install Mac::AppleScript
first, from CPAN)
- simplified the notation of constants and simple
object-references -- instead of passing a reference to a
string (\'true'), now you can pass a string enclosed in
angle-brackets ('<true>') and it will be passed along
verbatim to AppleScript
- added an alternate calling form to
Mac::AppleScript::Object->objref(), in which you can pass
a pair of class and parameters (file => "foo") instead of
having to clump it all into one string ("file => \"foo\"")
- added the option to specify a remote machine when creating a
Mac::AppleScript::Application object (uses an "eppc:" URL)
- removed the SCRIPT_RESULT and EXEC debugging tags; now the
SCRIPT tag debugs both the script and the result, and EXEC
is unneeded since we don't exec osascript(1) anymore
- tried to make the AppleScript a little less verbose, since
it seems that Adobe InDesign has problems with
object-references that are too complicated
- fixed the internal number-recognizer so that "5.5.5" isn't
thought to be a valid number ;)
- cleaned up a bunch of the examples in "scripts/"
- added a pod-tester to the test suite, as seen in brian d
foy's Mac::iTunes
- added pre-requisites to the Makefile
- added copyright info
- various fixes to the POD documentation for clarity, etc.
0.02 Sun Sep 1 08:35:53 PDT 2002
- renamed to Mac::AppleScript::Glue, so as play nicely with
other modules being written
- added all the documentation
- got rid of the ::Scripter class
0.01 Fri Aug 30 06:51:17 2002
- original version; created by h2xs 1.2 with options
-X AppleScript