summaryrefslogtreecommitdiff
path: root/tutorial/perl
Commit message (Collapse)AuthorAgeFilesLines
* Remove execute bit from plain text files in git (#2611)Christopher Tubbs2022-05-241-0/+0
| | | | | | | Trivially change file mode from 755 to 644 for files in git that shouldn't be marked as executable. These were probably marked as executable due to some contributors developing on Windows using a filesystem that doesn't support POSIX file modes, or aggressively marks everything as executable.
* THRIFT-4972: Add Makefile.am to the Perl tutorialKengo Seki2019-10-183-2/+39
| | | | | | | Client: Perl Patch: Kengo Seki This closes #1893
* THRIFT-4965: Perl tutorial server doesn't work due to the lack of use statementKengo Seki2019-10-021-0/+1
| | | | | Client: Perl This closes #1885.
* THRIFT-4382: Replace the use of Indirect Object Syntax calls to new()Dean Hamstead2018-10-172-14/+14
|
* THRIFT-727 - C++: what() method of generated exceptions will provide more ↵Konrad Grochowski2015-05-181-2/+2
| | | | | | | | | information Patch: Anna Dymek <aadymek@gmail.com> Client: C++ This closes #469
* THRIFT-619: Perl server and exampleT Jake Luciani2009-11-121-0/+124
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@835206 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-301-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760189 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-193: Patch for proper namespace support in perl compilerT Jake Luciani2008-12-231-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@728863 13f79535-47bb-0310-9956-ffa450edef68
* OO perl accessors for Thrift objectsMark Slee2007-09-191-8/+8
| | | | | | | | | | | Summary: Submitted by Jake Luciani Reviewed By: cpiro Test Plan: Supplied in test/tutorial code git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665276 13f79535-47bb-0310-9956-ffa450edef68
* Merging Jake Luciani's latest perl code gen fixesMark Slee2007-08-161-2/+2
| | | | | | | | | Reviewed By: dreiss Test Plan: Watch for any weirdness on Thrift code gen, perl specific git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665206 13f79535-47bb-0310-9956-ffa450edef68
* Perl tutorial codeMark Slee2007-05-161-0/+63
Summary: Jake Luciani Reviewed By: mcslee git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665116 13f79535-47bb-0310-9956-ffa450edef68